Merge branch 'master' into fix-ruleset-changing

This commit is contained in:
Dan Balasescu
2017-08-18 13:42:29 +09:00
committed by GitHub

View File

@ -331,6 +331,7 @@ namespace osu.Game.Beatmaps.Formats
if (speedMultiplier != difficultyPoint.SpeedMultiplier)
{
beatmap.ControlPointInfo.DifficultyPoints.RemoveAll(x => x.Time == time);
beatmap.ControlPointInfo.DifficultyPoints.Add(new DifficultyControlPoint
{
Time = time,