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 27, 2024
1 parent 839eba2 commit 50b7ea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/options/OptionsState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class OptionsState extends ExtendableState {

if (Input.justPressed('exit')) {
if (fromPlayState) {
fromPlayState = false;
ExtendableState.switchState(new PlayState());
if (FlxG.sound.music != null)
FlxG.sound.music.stop();
Expand Down

0 comments on commit 50b7ea0

Please sign in to comment.