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
1 changed files with 1 additions and 1 deletions

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);