mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Merge branch 'master' into fix-incorrect-mods
This commit is contained in:
@ -47,7 +47,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
{
|
||||
Rank = newRank;
|
||||
|
||||
if (IsLoaded)
|
||||
if (LoadState >= LoadState.Ready)
|
||||
updateTexture();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user