mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 17:00:32 +08:00
Merge remote-tracking branch 'origin/fix-drawable-load-regression' into release
This commit is contained in:
@@ -47,7 +47,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
{
|
||||
Rank = newRank;
|
||||
|
||||
if (IsLoaded)
|
||||
if (LoadState >= LoadState.Ready)
|
||||
updateTexture();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace osu.Game.Users
|
||||
|
||||
country = value;
|
||||
|
||||
if (IsLoaded)
|
||||
if (LoadState >= LoadState.Ready)
|
||||
sprite.Texture = getFlagTexture();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user