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:
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