Set a more sane default for TimingControlPoint's BeatLength

This commit is contained in:
Dean Herbert 2017-06-15 14:19:06 +09:00
parent cfb7e4f61a
commit f439237bd7

View File

@ -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;
}
}