mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 17: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,
|
||||
EffectiveMissCount = effectiveMissCount,
|
||||
EstimatedUr = estimatedDeviation * 10,
|
||||
Total = (double)estimatedDeviation * 10
|
||||
Total = totalValue
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user