1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 17:42:54 +08:00

totalvalue

This commit is contained in:
Natelytle 2022-11-24 19:28:47 -05:00
parent 2ba163440a
commit 0e4e92b344

View File

@ -69,7 +69,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
Accuracy = accuracyValue,
EffectiveMissCount = effectiveMissCount,
EstimatedUr = estimatedDeviation * 10,
Total = (double)estimatedDeviation * 10
Total = totalValue
};
}