mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Schedule setPerformanceValue
This commit is contained in:
parent
6c97fbd3f2
commit
e0fe8af365
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user