Fix difficulty adjust mod not correctly reading settings while leaderboard visible

This commit is contained in:
Dean Herbert
2019-12-26 14:52:08 +09:00
parent 5a11fe9a84
commit f603dd82bc
5 changed files with 40 additions and 3 deletions

View File

@ -33,6 +33,8 @@ namespace osu.Game.Rulesets.Mods
private BindableNumber<double> health;
public void ReadFromDifficulty(BeatmapDifficulty difficulty) { }
public void ApplyToDifficulty(BeatmapDifficulty difficulty)
{
const float ratio = 0.5f;