1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 15:50:19 +08:00

Merge branch 'master' into reduce-panel-width

This commit is contained in:
Dan Balasescu
2018-07-17 12:51:16 +09:00
committed by GitHub
Unverified
2 changed files with 2 additions and 2 deletions
@@ -47,7 +47,7 @@ namespace osu.Game.Screens.Select.Leaderboards
{
Rank = newRank;
if (IsLoaded)
if (LoadState >= LoadState.Ready)
updateTexture();
}
}
+1 -1
View File
@@ -43,7 +43,7 @@ namespace osu.Game.Users
country = value;
if (IsLoaded)
if (LoadState >= LoadState.Ready)
sprite.Texture = getFlagTexture();
}
}