mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
Fix an extra crash.
This commit is contained in:
parent
9e0a993746
commit
2a8cdfaffa
1 changed files with 1 additions and 1 deletions
|
@ -830,7 +830,7 @@ class FreeplayState extends MusicBeatSubState
|
||||||
dj.fistPump();
|
dj.fistPump();
|
||||||
// rankCamera.fade(FlxColor.BLACK, 0.5, true);
|
// rankCamera.fade(FlxColor.BLACK, 0.5, true);
|
||||||
rankCamera.fade(0xFF000000, 0.5, true, null, true);
|
rankCamera.fade(0xFF000000, 0.5, true, null, true);
|
||||||
FlxG.sound.music.volume = 0;
|
if (FlxG.sound.music != null) FlxG.sound.music.volume = 0;
|
||||||
rankBg.alpha = 1;
|
rankBg.alpha = 1;
|
||||||
|
|
||||||
originalPos.x = grpCapsules.members[curSelected].x;
|
originalPos.x = grpCapsules.members[curSelected].x;
|
||||||
|
|
Loading…
Reference in a new issue