Give DefaultSkin an empty Configuration

This commit is contained in:
Dean Herbert 2018-03-19 21:00:27 +09:00
parent b71c123214
commit 553fd3b789

View File

@ -11,6 +11,7 @@ namespace osu.Game.Skinning
public DefaultSkin() public DefaultSkin()
: base(SkinInfo.Default) : base(SkinInfo.Default)
{ {
Configuration = new SkinConfiguration();
} }
public override Drawable GetDrawableComponent(string componentName) public override Drawable GetDrawableComponent(string componentName)