Add dynamic pp calculation to score panels for local scores

This commit is contained in:
Lucas A
2020-09-25 19:15:40 +02:00
parent 4d743f64f5
commit 77a9d92f42
3 changed files with 77 additions and 2 deletions

View File

@ -133,7 +133,6 @@ namespace osu.Game.Beatmaps
var total = calculator.Calculate(null);
return total;
}, token, TaskCreationOptions.HideScheduler | TaskCreationOptions.RunContinuationsAsynchronously, updateScheduler);
}