mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix async exception by using difficulty calculator directly
This commit is contained in:
@ -175,7 +175,7 @@ namespace osu.Game
|
||||
{
|
||||
var score = scoreManager.Query(s => s.ID == id);
|
||||
|
||||
await scoreManager.PopulateMaximumStatistics(score);
|
||||
scoreManager.PopulateMaximumStatistics(score);
|
||||
|
||||
// Can't use async overload because we're not on the update thread.
|
||||
// ReSharper disable once MethodHasAsyncOverload
|
||||
|
Reference in New Issue
Block a user