mirror of
https://github.com/ppy/osu
synced 2024-12-10 17:12:57 +00:00
Remove redundant qualifier
This commit is contained in:
parent
1597cf874e
commit
c6e757fdae
@ -31,7 +31,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
|
||||
private class LegacyDifficultyCalculatorControlPoint : TimingControlPoint
|
||||
{
|
||||
public override double BeatLength { get; set; } = TimingControlPoint.DEFAULT_BEAT_LENGTH;
|
||||
public override double BeatLength { get; set; } = DEFAULT_BEAT_LENGTH;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user