mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Cleanup all other leftover binding instantiation
This commit is contained in:
@ -49,7 +49,6 @@ namespace osu.Game.Beatmaps.ControlPoints
|
||||
/// </summary>
|
||||
public readonly BindableDouble BeatLengthBindable = new BindableDouble(DEFAULT_BEAT_LENGTH)
|
||||
{
|
||||
Default = DEFAULT_BEAT_LENGTH,
|
||||
MinValue = 6,
|
||||
MaxValue = 60000
|
||||
};
|
||||
|
Reference in New Issue
Block a user