1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:43:01 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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