mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Set beatLength inline
This commit is contained in:
parent
8147e67f53
commit
2f16b448ea
@ -20,8 +20,11 @@ namespace osu.Game.Beatmaps.ControlPoints
|
|||||||
|
|
||||||
public static readonly TimingControlPoint DEFAULT = new TimingControlPoint
|
public static readonly TimingControlPoint DEFAULT = new TimingControlPoint
|
||||||
{
|
{
|
||||||
BeatLength = default_beat_length,
|
BeatLengthBindable =
|
||||||
BeatLengthBindable = { Disabled = true },
|
{
|
||||||
|
Value = default_beat_length,
|
||||||
|
Disabled = true
|
||||||
|
},
|
||||||
TimeSignatureBindable = { Disabled = true }
|
TimeSignatureBindable = { Disabled = true }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user