mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 20:06:30 +08:00
Fix one missed rename
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user