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