mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-08 07:17: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()
|
private void resetCalculations()
|
||||||
{
|
{
|
||||||
createCalculators();
|
createCalculators();
|
||||||
|
|
||||||
resetMods();
|
resetMods();
|
||||||
|
legacyTotalScore = null;
|
||||||
|
|
||||||
calculateDifficulty();
|
calculateDifficulty();
|
||||||
calculatePerformance();
|
calculatePerformance();
|
||||||
populateScoreParams();
|
populateScoreParams();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue