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