mirror of
https://github.com/ppy/osu
synced 2024-12-29 02:12:43 +00:00
Set a more sane default for TimingControlPoint's BeatLength
This commit is contained in:
parent
cfb7e4f61a
commit
f439237bd7
@ -15,6 +15,6 @@ namespace osu.Game.Beatmaps.ControlPoints
|
||||
/// <summary>
|
||||
/// The beat length at this control point.
|
||||
/// </summary>
|
||||
public double BeatLength = 500;
|
||||
public double BeatLength = 1000;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user