Resync by music instead of vocals

This commit is contained in:
M&M 2021-02-08 09:47:15 -08:00
parent e9f2423357
commit d80002ec51
1 changed files with 2 additions and 5 deletions

View File

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