mirror of
https://github.com/ppy/osu.git
synced 2025-02-28 06:52:55 +08:00
Make legacy control point's BpmMultiplier setter private again
This commit is contained in:
parent
69ac22dd7f
commit
00dc98e3ab
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user