mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Fix RoomInspector covers.
This commit is contained in:
parent
fbe414d780
commit
c449491c04
@ -539,8 +539,8 @@ namespace osu.Game.Screens.Multiplayer
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(TextureStore textures)
|
||||
{
|
||||
if (set.OnlineInfo?.Covers?.Card2x != null)
|
||||
Texture = textures.Get(set.OnlineInfo.Covers.Card2x);
|
||||
if (set.OnlineInfo?.Covers?.Cover2x != null)
|
||||
Texture = textures.Get(set.OnlineInfo.Covers.Cover2x);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user