From 1eae204b37941e1cfee6b87ac3e2247eb6b4be22 Mon Sep 17 00:00:00 2001 From: George FunBook Date: Mon, 15 Feb 2021 15:49:13 -0600 Subject: [PATCH] oices path --- source/ChartingState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index a98774179..cc024ccff 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -354,7 +354,7 @@ class ChartingState extends MusicBeatState FlxG.sound.playMusic(Paths.inst(daSong), 0.6); // WONT WORK FOR TUTORIAL OR TEST SONG!!! REDO LATER - vocals = new FlxSound().loadEmbedded(Paths.music(daSong + "_Voices")); + vocals = new FlxSound().loadEmbedded(Paths.voices(daSong)); FlxG.sound.list.add(vocals); FlxG.sound.music.pause();