mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
derp comma!
This commit is contained in:
parent
11d21c1369
commit
92e0022fed
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue