Skip to content

Commit

Permalink
Fix a tiny little issue with vocal resync @ start
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Sep 19, 2024
1 parent 9b21717 commit de1a821
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 - Conductor.instance.instrumentalOffset;
resyncVocals();

#if FEATURE_DISCORD_RPC
Expand Down

0 comments on commit de1a821

Please sign in to comment.