mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 02:42:54 +08:00
totalvalue
This commit is contained in:
parent
2ba163440a
commit
0e4e92b344
@ -69,7 +69,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
|
|||||||
Accuracy = accuracyValue,
|
Accuracy = accuracyValue,
|
||||||
EffectiveMissCount = effectiveMissCount,
|
EffectiveMissCount = effectiveMissCount,
|
||||||
EstimatedUr = estimatedDeviation * 10,
|
EstimatedUr = estimatedDeviation * 10,
|
||||||
Total = (double)estimatedDeviation * 10
|
Total = totalValue
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user