stinky mocked up intro

This commit is contained in:
Cameron Taylor
2020-10-20 23:23:39 -07:00
parent 354025211a
commit 8ec6f229aa
7 changed files with 75 additions and 6 deletions

View File

@ -25,7 +25,7 @@ class MusicBeatState extends FlxUIState
everyStep();
updateCurStep();
curBeat = Math.floor(curStep / 4);
curBeat = Math.round(curStep / 4);
super.update(elapsed);
}