mirror of https://github.com/ppy/osu
Remove redundant qualifier
This commit is contained in:
parent
1597cf874e
commit
c6e757fdae
|
@ -31,7 +31,7 @@ protected override TimingControlPoint CreateTimingControlPoint()
|
|||
|
||||
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