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
Fix a tiny little issue with vocal resync @ start
  • Loading branch information
Kade-github committed Sep 19, 2024
1 parent 4d73e0c commit a8aeae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/funkin/play/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1979,6 +1979,7 @@ class PlayState extends MusicBeatSubState
vocals.play();
vocals.volume = 1.0;
vocals.pitch = playbackRate;
vocals.time = startTimestamp;
resyncVocals();

#if FEATURE_DISCORD_RPC
Expand Down

0 comments on commit a8aeae4

Please sign in to comment.