mirror of
https://github.com/ppy/osu
synced 2025-01-22 13:53:30 +00:00
Leave realm resource store construction to base class
This commit is contained in:
parent
e1236e07ad
commit
32e2cfb8ee
@ -45,7 +45,7 @@ namespace osu.Game.Skinning
|
|||||||
|
|
||||||
[UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)]
|
[UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)]
|
||||||
public LegacySkin(SkinInfo skin, IStorageResourceProvider resources)
|
public LegacySkin(SkinInfo skin, IStorageResourceProvider resources)
|
||||||
: this(skin, new RealmBackedResourceStore(skin, resources.Files), resources, "skin.ini")
|
: this(skin, null, resources, "skin.ini")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user