MAYBE DOIN CHART SHIT?
This commit is contained in:
@ -35,11 +35,16 @@ class MusicBeatState extends FlxUIState
|
||||
|
||||
updateCurStep();
|
||||
// Needs to be ROUNED, rather than ceil or floor
|
||||
curBeat = Math.round(curStep / 4);
|
||||
updateBeat();
|
||||
|
||||
super.update(elapsed);
|
||||
}
|
||||
|
||||
private function updateBeat():Void
|
||||
{
|
||||
curBeat = Math.round(curStep / 4);
|
||||
}
|
||||
|
||||
/**
|
||||
* CHECKS EVERY FRAME
|
||||
*/
|
||||
|
Reference in New Issue
Block a user