mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:12:56 +08:00
Use internal type name
This commit is contained in:
parent
7c6ccce3ba
commit
ced6042b3e
@ -193,7 +193,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
{
|
||||
public LegacyDifficultyControlPoint()
|
||||
{
|
||||
SpeedMultiplierBindable.Precision = Double.Epsilon;
|
||||
SpeedMultiplierBindable.Precision = double.Epsilon;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user