Skip to content

Commit

Permalink
Update OptionsState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Nov 4, 2024
1 parent 51b263a commit 10f8c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/options/OptionsState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class OptionsState extends ExtendableState {
case 4:
openSubState(new PromptSubState(Localization.get("youDecide", SaveData.settings.lang), () -> {
SaveData.eraseData();
ExtendableState.resetState();
FlxG.resetState();
}, () -> {
FlxG.sound.play(Paths.sound('cancel'));
}));
Expand Down

0 comments on commit 10f8c08

Please sign in to comment.