diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx
index 8b7dee87e..dd507963c 100644
--- a/source/funkin/play/PlayState.hx
+++ b/source/funkin/play/PlayState.hx
@@ -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);