mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 04:48:04 +09:00
Merge branch 'master' into reduce-panel-width
This commit is contained in:
commit
61f58ed08a
@ -47,7 +47,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
{
|
{
|
||||||
Rank = newRank;
|
Rank = newRank;
|
||||||
|
|
||||||
if (IsLoaded)
|
if (LoadState >= LoadState.Ready)
|
||||||
updateTexture();
|
updateTexture();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,7 @@ namespace osu.Game.Users
|
|||||||
|
|
||||||
country = value;
|
country = value;
|
||||||
|
|
||||||
if (IsLoaded)
|
if (LoadState >= LoadState.Ready)
|
||||||
sprite.Texture = getFlagTexture();
|
sprite.Texture = getFlagTexture();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user