From d80002ec5145df4372c239cb1a28963ebe9c5516 Mon Sep 17 00:00:00 2001 From: M&M Date: Mon, 8 Feb 2021 09:47:15 -0800 Subject: [PATCH] Resync by music instead of vocals --- source/PlayState.hx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index cc869e5de..72974df44 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2237,12 +2237,9 @@ class PlayState extends MusicBeatState override function stepHit() { - if (SONG.needsVoices) + if (FlxG.sound.music.time > Conductor.songPosition + 20 || FlxG.sound.music.time < Conductor.songPosition - 20) { - if (vocals.time > Conductor.songPosition + 20 || vocals.time < Conductor.songPosition - 20) - { - resyncVocals(); - } + resyncVocals(); } if (dad.curCharacter == 'spooky' && totalSteps % 4 == 2)