mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 05:01:20 +08:00
totalvalue
This commit is contained in:
@@ -69,7 +69,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
|
||||
Accuracy = accuracyValue,
|
||||
EffectiveMissCount = effectiveMissCount,
|
||||
EstimatedUr = estimatedDeviation * 10,
|
||||
Total = (double)estimatedDeviation * 10
|
||||
Total = totalValue
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user