mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
do not include offset in vocal (they're offset by inst)
Fix a tiny little issue with vocal resync @ start
This commit is contained in:
parent
4d73e0cc47
commit
a8aeae4f7f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue