1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fix ApproachRate setting only DEFAULT_DIFFICULTY

This commit is contained in:
Bang Sunghwan 2018-02-09 09:45:43 +09:00
parent cc6114b344
commit f20e3ff31d

View File

@ -29,7 +29,7 @@ namespace osu.Game.Beatmaps
}
set
{
approachRate = DEFAULT_DIFFICULTY;
approachRate = value;
}
}
public float SliderMultiplier { get; set; } = 1;