mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename 2X resources to be defaults
This commit is contained in:
@ -539,8 +539,8 @@ namespace osu.Game.Screens.Multiplayer
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(TextureStore textures)
|
||||
{
|
||||
if (set.OnlineInfo?.Covers?.Cover2X != null)
|
||||
Texture = textures.Get(set.OnlineInfo.Covers.Cover2X);
|
||||
if (set.OnlineInfo?.Covers?.Cover != null)
|
||||
Texture = textures.Get(set.OnlineInfo.Covers.Cover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user