1
0
Fork 0
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:
Kade 2024-09-19 10:24:02 -07:00
parent 4d73e0cc47
commit a8aeae4f7f
No known key found for this signature in database

View file

@ -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