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:
commit
4c8b0885cd
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue