mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Fix one missed rename
This commit is contained in:
parent
2ef791069c
commit
0698ef6330
@ -154,7 +154,7 @@ namespace osu.Game.Screens.Ranking
|
||||
scoreManager.GetTotalScoreAsync(score)
|
||||
.ContinueWith(task => Schedule(() =>
|
||||
{
|
||||
flow.SetLayoutPosition(trackingContainer, task.GetCompletedResult());
|
||||
flow.SetLayoutPosition(trackingContainer, task.GetResultSafely());
|
||||
|
||||
trackingContainer.Show();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user