1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 01:03:15 +08:00

Mark beatmap listing placeholder textures as large

This commit is contained in:
Dean Herbert
2022-11-17 23:41:35 +09:00
Unverified
parent f67e8ce523
commit a3e8cc1663
+2 -2
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
{