From 9d7cf3485e819e5bf9776f5af488896b93999447 Mon Sep 17 00:00:00 2001 From: Kade <26305836+Kade-github@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:25:27 -0700 Subject: [PATCH] do not include offset in vocal (they're offset by inst) --- source/funkin/play/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index 06764e46649..96bce85e590 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -1979,7 +1979,7 @@ class PlayState extends MusicBeatSubState vocals.play(); vocals.volume = 1.0; vocals.pitch = playbackRate; - vocals.time = startTimestamp - Conductor.instance.instrumentalOffset; + vocals.time = startTimestamp; resyncVocals(); #if FEATURE_DISCORD_RPC