1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 11:12:54 +08:00

Bring back skin background source

This commit is contained in:
Bartłomiej Dach 2021-06-08 22:04:59 +02:00
parent d86ace4d11
commit a98c302211

View File

@ -120,6 +120,10 @@ namespace osu.Game.Screens.Backgrounds
break;
}
case BackgroundSource.Skin:
newBackground = new SkinBackground(skin.Value, getBackgroundTextureName());
break;
}
}