mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Provide a realm factory to usages of ToLive
/RealmLive
This commit is contained in:
@ -43,7 +43,7 @@ namespace osu.Game.Skinning
|
||||
|
||||
protected Skin(SkinInfo skin, IStorageResourceProvider resources, [CanBeNull] Stream configurationStream = null)
|
||||
{
|
||||
SkinInfo = skin.ToLive();
|
||||
SkinInfo = skin.ToLive(resources.RealmContextFactory);
|
||||
this.resources = resources;
|
||||
|
||||
configurationStream ??= getConfigurationStream();
|
||||
|
Reference in New Issue
Block a user