mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:12:56 +08:00
round numerical value
this is painfully annoying me
This commit is contained in:
parent
faf143b11a
commit
c1da509119
@ -84,7 +84,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
|
|||||||
difficultyValue *= 1.050;
|
difficultyValue *= 1.050;
|
||||||
|
|
||||||
if (score.Mods.Any(m => m is ModFlashlight<TaikoHitObject>))
|
if (score.Mods.Any(m => m is ModFlashlight<TaikoHitObject>))
|
||||||
difficultyValue *= 1.05 * lengthBonus;
|
difficultyValue *= 1.050 * lengthBonus;
|
||||||
|
|
||||||
return difficultyValue * Math.Pow(score.Accuracy, 2.0);
|
return difficultyValue * Math.Pow(score.Accuracy, 2.0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user