1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:49:53 +08:00

Use internal type name

This commit is contained in:
Dan Balasescu
2019-10-30 15:51:09 +09:00
committed by GitHub
Unverified
parent 7c6ccce3ba
commit ced6042b3e
+1 -1
View File
@@ -193,7 +193,7 @@ namespace osu.Game.Beatmaps.Formats
{
public LegacyDifficultyControlPoint()
{
SpeedMultiplierBindable.Precision = Double.Epsilon;
SpeedMultiplierBindable.Precision = double.Epsilon;
}
}