fix some stuff and version bump

This commit is contained in:
KadeDeveloper
2021-08-02 18:00:00 -07:00
parent ab2d014047
commit c0d5ed876c
5 changed files with 36 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ class TimingStruct
AllTimings.push(pog);
}
public function new(startBeat,bpm,endBeat:Float, offset:Float)
public function new(startBeat:Float,bpm:Float,endBeat:Float, offset:Float)
{
this.bpm = bpm;
this.startBeat = startBeat;