Skip to content

Commit

Permalink
Update OptionsSubState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jun 5, 2024
1 parent 762fcb6 commit 82ab14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/meta/data/options/OptionsSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ class GameplaySubState extends BaseOptionsMenu
'bool',
true);
addOption(option);
option.onchange = onChangeAutoPause;
option.onChange = onChangeAutoPause;

var option:Option = new Option('Disable Reset Button',
"If checked, pressing Reset won't do anything.",
Expand Down

0 comments on commit 82ab14e

Please sign in to comment.