1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 14:47:25 +08:00

Update CatchPerformanceCalculator.cs

This commit is contained in:
Givikap120 2024-05-29 19:27:25 +03:00
parent 2c7ddfc704
commit 9fe44e62d9

View File

@ -76,7 +76,7 @@ namespace osu.Game.Rulesets.Catch.Difficulty
value *= Math.Pow(accuracy(), 5.5); value *= Math.Pow(accuracy(), 5.5);
if (score.Mods.Any(m => m is ModNoFail)) if (score.Mods.Any(m => m is ModNoFail))
value *= 0.9; value *= 0.90;
return new CatchPerformanceAttributes return new CatchPerformanceAttributes
{ {