mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Leave realm resource store construction to base class
This commit is contained in:
@ -45,7 +45,7 @@ namespace osu.Game.Skinning
|
||||
|
||||
[UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)]
|
||||
public LegacySkin(SkinInfo skin, IStorageResourceProvider resources)
|
||||
: this(skin, new RealmBackedResourceStore(skin, resources.Files), resources, "skin.ini")
|
||||
: this(skin, null, resources, "skin.ini")
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user