mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09: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