diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index ea38d833f..3dcabf953 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -924,8 +924,8 @@ class PlayState extends MusicBeatSubState var gameOverSubState = new GameOverSubState( { - isChartingMode: isChartingMode - transparent: persistentDraw, + isChartingMode: isChartingMode, + transparent: persistentDraw }); FlxTransitionableSubState.skipNextTransIn = true; FlxTransitionableSubState.skipNextTransOut = true;