oh right its actually this

This commit is contained in:
Kade M 2021-08-11 17:09:49 -07:00 committed by GitHub
parent fc85f3e5df
commit 33d1eafb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1314,7 +1314,7 @@ class ChartingState extends MusicBeatState
if (data == null)
return;
FlxG.sound.music.time = (data.startBeat + (beat - data.startBeat) / (data.bpm / 60)) * 1000;
FlxG.sound.music.time = (data.startTime + ((beat - data.startBeat) / (data.bpm / 60))) * 1000;
if (!PlayState.isSM)
vocals.time = FlxG.sound.music.time;
curSection = section;