Move constant for default ControlPoint out of Slider.

This commit is contained in:
Dean Herbert
2017-02-18 15:54:16 +09:00
parent bf33cc6f53
commit 94dd268fd2
3 changed files with 11 additions and 10 deletions

View File

@ -55,7 +55,7 @@ namespace osu.Game.Beatmaps
else break;
}
return timingPoint;
return timingPoint ?? ControlPoint.Default;
}
}
}