mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Schedule setPerformanceValue
This commit is contained in:
@ -46,7 +46,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Statistics
|
||||
{
|
||||
new PerformanceBreakdownCalculator(beatmapManager, difficultyCache, performanceCache)
|
||||
.CalculateAsync(score, cancellationTokenSource.Token)
|
||||
.ContinueWith(t => setPerformanceValue(t.GetResultSafely()));
|
||||
.ContinueWith(t => Schedule(() => setPerformanceValue(t.GetResultSafely())));
|
||||
}
|
||||
|
||||
private void setPerformanceValue(PerformanceBreakdown breakdown)
|
||||
|
Reference in New Issue
Block a user