mirror of https://github.com/ppy/osu
Give DefaultSkin an empty Configuration
This commit is contained in:
parent
b71c123214
commit
553fd3b789
|
@ -11,6 +11,7 @@ public class DefaultSkin : Skin
|
|||
public DefaultSkin()
|
||||
: base(SkinInfo.Default)
|
||||
{
|
||||
Configuration = new SkinConfiguration();
|
||||
}
|
||||
|
||||
public override Drawable GetDrawableComponent(string componentName)
|
||||
|
|
Loading…
Reference in New Issue