mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 21:02:59 +08:00
Update Reading.cs
This commit is contained in:
parent
c2e5d767f9
commit
4b5d4635c9
@ -114,6 +114,6 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
|
||||
return currentStrain;
|
||||
}
|
||||
|
||||
public static double DifficultyToPerformance(double difficulty) => Math.Pow(difficulty, 2) * 25.0;
|
||||
public new static double DifficultyToPerformance(double difficulty) => Math.Pow(difficulty, 2) * 25.0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user