mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Add dynamic pp calculation to score panels for local scores
This commit is contained in:
@ -133,7 +133,6 @@ namespace osu.Game.Beatmaps
|
||||
var total = calculator.Calculate(null);
|
||||
|
||||
return total;
|
||||
|
||||
}, token, TaskCreationOptions.HideScheduler | TaskCreationOptions.RunContinuationsAsynchronously, updateScheduler);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user