mirror of
https://github.com/ppy/osu
synced 2025-03-04 02:19:45 +00:00
Bring back skin background source
This commit is contained in:
parent
d86ace4d11
commit
a98c302211
@ -120,6 +120,10 @@ namespace osu.Game.Screens.Backgrounds
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case BackgroundSource.Skin:
|
||||
newBackground = new SkinBackground(skin.Value, getBackgroundTextureName());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user