mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Give DefaultSkin an empty Configuration
This commit is contained in:
@ -11,6 +11,7 @@ namespace osu.Game.Skinning
|
||||
public DefaultSkin()
|
||||
: base(SkinInfo.Default)
|
||||
{
|
||||
Configuration = new SkinConfiguration();
|
||||
}
|
||||
|
||||
public override Drawable GetDrawableComponent(string componentName)
|
||||
|
Reference in New Issue
Block a user