mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-07 23:07:01 +09:00
Reset legacyTotalScore
when calculations are reset
This commit is contained in:
parent
31075c993e
commit
ccb77ac3a7
1 changed files with 3 additions and 0 deletions
|
@ -895,7 +895,10 @@ namespace PerformanceCalculatorGUI.Screens
|
|||
private void resetCalculations()
|
||||
{
|
||||
createCalculators();
|
||||
|
||||
resetMods();
|
||||
legacyTotalScore = null;
|
||||
|
||||
calculateDifficulty();
|
||||
calculatePerformance();
|
||||
populateScoreParams();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue