mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -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(
|
var gameOverSubState = new GameOverSubState(
|
||||||
{
|
{
|
||||||
isChartingMode: isChartingMode
|
isChartingMode: isChartingMode,
|
||||||
transparent: persistentDraw,
|
transparent: persistentDraw
|
||||||
});
|
});
|
||||||
FlxTransitionableSubState.skipNextTransIn = true;
|
FlxTransitionableSubState.skipNextTransIn = true;
|
||||||
FlxTransitionableSubState.skipNextTransOut = true;
|
FlxTransitionableSubState.skipNextTransOut = true;
|
||||||
|
|
Loading…
Reference in a new issue