1
0
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:
Dean Herbert
2022-01-07 17:36:29 +09:00
Unverified
parent 2ef791069c
commit 0698ef6330
+1 -1
View File
@@ -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();