Use internal type name

This commit is contained in:
Dan Balasescu
2019-10-30 15:51:09 +09:00
committed by GitHub
parent 7c6ccce3ba
commit ced6042b3e

View File

@ -193,7 +193,7 @@ namespace osu.Game.Beatmaps.Formats
{
public LegacyDifficultyControlPoint()
{
SpeedMultiplierBindable.Precision = Double.Epsilon;
SpeedMultiplierBindable.Precision = double.Epsilon;
}
}