fixed issue with desync

This commit is contained in:
Cameron Taylor
2020-10-16 04:15:17 -07:00
parent 78ec82d953
commit 33385ddd15
2 changed files with 4 additions and 14 deletions

View File

@ -47,7 +47,6 @@ class MusicBeatState extends FlxUIState
private function updateCurStep():Void
{
Conductor.songPosition = FlxG.sound.music.time;
curStep = Math.floor(Conductor.songPosition / Conductor.stepCrochet);
}