1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-12 00:15:10 +00:00

Merge branch 'rewrite/master' of https://github.com/FunkinCrew/funkin-secret into feature/rain

This commit is contained in:
Cameron Taylor 2024-03-04 16:15:33 -05:00
commit 4c8b0885cd

View file

@ -1786,7 +1786,7 @@ class PlayState extends MusicBeatSubState
// I am going insane.
FlxG.sound.music.volume = 1.0;
FlxG.sound.music.fadeTween.cancel();
FlxG.sound.music.fadeTween?.cancel();
trace('Playing vocals...');
add(vocals);