1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 11:33:22 +08:00

initial commit

This commit is contained in:
Givikap120 2024-10-12 22:02:09 +03:00
parent 2de1955892
commit 133d45400b

View File

@ -87,6 +87,7 @@ namespace osu.Game.Rulesets.Scoring
foreach (var range in GetRanges())
{
double value = IBeatmapDifficultyInfo.DifficultyRange(difficulty, (range.Min, range.Average, range.Max));
value = Math.Round(value) - 0.5;
switch (range.Result)
{