Mark beatmap listing placeholder textures as large

This commit is contained in:
Dean Herbert 2022-11-17 23:41:35 +09:00
parent f67e8ce523
commit a3e8cc1663

View File

@ -287,7 +287,7 @@ namespace osu.Game.Overlays
}
[BackgroundDependencyLoader]
private void load(TextureStore textures)
private void load(LargeTextureStore textures)
{
AddInternal(new FillFlowContainer
{
@ -332,7 +332,7 @@ namespace osu.Game.Overlays
}
[BackgroundDependencyLoader]
private void load(TextureStore textures)
private void load(LargeTextureStore textures)
{
AddInternal(new FillFlowContainer
{