mirror of
https://github.com/ppy/osu
synced 2024-12-16 03:45:46 +00: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)
|
scoreManager.GetTotalScoreAsync(score)
|
||||||
.ContinueWith(task => Schedule(() =>
|
.ContinueWith(task => Schedule(() =>
|
||||||
{
|
{
|
||||||
flow.SetLayoutPosition(trackingContainer, task.GetCompletedResult());
|
flow.SetLayoutPosition(trackingContainer, task.GetResultSafely());
|
||||||
|
|
||||||
trackingContainer.Show();
|
trackingContainer.Show();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user