diff --git a/source/options/OptionsState.hx b/source/options/OptionsState.hx index c4be6d6..dfeb080 100644 --- a/source/options/OptionsState.hx +++ b/source/options/OptionsState.hx @@ -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();