Fix Steps

This commit is contained in:
Kade M 2021-08-02 17:02:25 -07:00 committed by GitHub
parent 92168df845
commit e773592870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ class TimingStruct
public var bpm:Float = 0;
public var startBeat:Float = 0;
public var startStep:Int = 0;
public var endBeat:Float = Math.POSITIVE_INFINITY;
public var startTime:Float = 0;
@ -52,4 +53,4 @@ class TimingStruct
}
return null;
}
}
}