mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-16 11:26:11 +00:00
Fix input_record_press (thanks test!)
This commit is contained in:
parent
f999b4669c
commit
d54dee53ca
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ pub unsafe fn ui_menu(menu: TrainingModpackMenu) -> UiMenu<'static> {
|
|||
"input_record_press",
|
||||
"Input Record: Press: Which button to press after holding Input Record: Hold",
|
||||
true,
|
||||
&(menu.input_record_hold as u32),
|
||||
&(menu.input_record_press as u32),
|
||||
);
|
||||
button_tab.add_submenu_with_toggles::<ButtonConfig>(
|
||||
"Input Playback: Hold",
|
||||
|
|
Loading…
Add table
Reference in a new issue