1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 16:41:39 +00:00

Resync by music instead of vocals

This commit is contained in:
M&M 2021-02-08 09:47:15 -08:00
parent 7abd7c5c2e
commit 646694bb79

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)