Merge remote-tracking branch 'upstream/master' into iskincomponent

This commit is contained in:
Dean Herbert
2019-09-02 14:21:02 +09:00
41 changed files with 810 additions and 94 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Game.Skinning
public DefaultSkin()
: base(SkinInfo.Default)
{
Configuration = new SkinConfiguration();
Configuration = new DefaultSkinConfiguration();
}
public override Drawable GetDrawableComponent(ISkinComponent component) => null;