mirror of
https://github.com/osukey/osukey.git
synced 2025-07-28 22:00:02 +09:00
Remove redundant qualifier
This commit is contained in:
@ -31,7 +31,7 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
|
|
||||||
private class LegacyDifficultyCalculatorControlPoint : TimingControlPoint
|
private class LegacyDifficultyCalculatorControlPoint : TimingControlPoint
|
||||||
{
|
{
|
||||||
public override double BeatLength { get; set; } = TimingControlPoint.DEFAULT_BEAT_LENGTH;
|
public override double BeatLength { get; set; } = DEFAULT_BEAT_LENGTH;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user