Skip to content

Commit

Permalink
do not include offset in vocal (they're offset by inst)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Sep 19, 2024
1 parent de1a821 commit 9d7cf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/play/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d7cf34

Please sign in to comment.