mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 12:17:46 +08:00
Fix ApproachRate setting only DEFAULT_DIFFICULTY
This commit is contained in:
parent
cc6114b344
commit
f20e3ff31d
@ -29,7 +29,7 @@ namespace osu.Game.Beatmaps
|
|||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
approachRate = DEFAULT_DIFFICULTY;
|
approachRate = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public float SliderMultiplier { get; set; } = 1;
|
public float SliderMultiplier { get; set; } = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user