mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Bring back skin background source
This commit is contained in:
@ -120,6 +120,10 @@ namespace osu.Game.Screens.Backgrounds
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case BackgroundSource.Skin:
|
||||
newBackground = new SkinBackground(skin.Value, getBackgroundTextureName());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user