mirror of https://github.com/ppy/osu
parent
e2f57ae346
commit
b8ea4b11ab
|
@ -19,7 +19,7 @@ public class TimingControlPoint : ControlPoint
|
|||
public double BeatLength
|
||||
{
|
||||
get => beatLength;
|
||||
set => beatLength = MathHelper.Clamp(value, 100, 60000);
|
||||
set => beatLength = MathHelper.Clamp(value, 6, 60000);
|
||||
}
|
||||
|
||||
private double beatLength = 1000;
|
||||
|
|
Loading…
Reference in New Issue