mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Adjust range further
This is not a great idea.
This commit is contained in:
parent
e2f57ae346
commit
b8ea4b11ab
@ -19,7 +19,7 @@ namespace osu.Game.Beatmaps.ControlPoints
|
||||
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
Block a user