mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 15:48:08 -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();
|
||||
// rankCamera.fade(FlxColor.BLACK, 0.5, 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;
|
||||
|
||||
originalPos.x = grpCapsules.members[curSelected].x;
|
||||
|
|
Loading…
Reference in a new issue