Make legacy control point's BpmMultiplier setter private again

This commit is contained in:
Dean Herbert
2021-01-07 19:06:52 +09:00
parent 69ac22dd7f
commit 00dc98e3ab

View File

@ -164,7 +164,7 @@ namespace osu.Game.Beatmaps.Formats
/// Legacy BPM multiplier that introduces floating-point errors for rulesets that depend on it.
/// DO NOT USE THIS UNLESS 100% SURE.
/// </summary>
public float BpmMultiplier { get; set; }
public float BpmMultiplier { get; private set; }
public LegacyDifficultyControlPoint(double beatLength)
: this()