mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-24 07:16:10 +00:00
Update mod.rs
This commit is contained in:
parent
34cbeb3478
commit
33a7029ac2
1 changed files with 0 additions and 5 deletions
|
@ -34,7 +34,6 @@ mod character_specific;
|
|||
mod fast_fall;
|
||||
mod full_hop;
|
||||
pub mod input_delay;
|
||||
mod input_log;
|
||||
mod input_record;
|
||||
mod mash;
|
||||
mod reset;
|
||||
|
@ -721,9 +720,6 @@ unsafe fn handle_final_input_mapping(
|
|||
// MUTATES controller state to delay inputs
|
||||
input_delay::handle_final_input_mapping(player_idx, out);
|
||||
|
||||
// Read potentially delayed state for loggers
|
||||
input_log::handle_final_input_mapping(player_idx, controller_struct, out);
|
||||
|
||||
// Potentially apply input recording, thus with delay
|
||||
// MUTATES controller state to apply recording or playback
|
||||
input_record::handle_final_input_mapping(player_idx, out);
|
||||
|
@ -819,7 +815,6 @@ pub fn training_mods() {
|
|||
buff::init();
|
||||
items::init();
|
||||
tech::init();
|
||||
input_log::init();
|
||||
input_record::init();
|
||||
ui::init();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue