Merge pull request #930 from Sector03/master

result screen loop fix
This commit is contained in:
Kade M 2021-06-20 02:32:41 -07:00 committed by GitHub
commit ada6bb28b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2697,7 +2697,7 @@ class PlayState extends MusicBeatState
if (FlxG.save.data.scoreScreen)
openSubState(new ResultsScreen());
else
FlxG.switchState(new PlayState());
FlxG.switchState(new FreeplayState());
}
}
}