mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Set a more sane default for TimingControlPoint's BeatLength
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user