mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Resolve conflict issues
This commit is contained in:
@ -51,7 +51,6 @@ namespace osu.Game.Skinning
|
|||||||
private AudioManager audio { get; set; }
|
private AudioManager audio { get; set; }
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private SkinManager skinManager { get; set; }
|
|
||||||
private ISkinSource skinSource { get; set; }
|
private ISkinSource skinSource { get; set; }
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
@ -84,6 +83,8 @@ namespace osu.Game.Skinning
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SkinSources.Add(new RulesetResourcesSkin(Ruleset, host, audio));
|
||||||
}
|
}
|
||||||
|
|
||||||
protected ISkin GetLegacyRulesetTransformedSkin(ISkin legacySkin)
|
protected ISkin GetLegacyRulesetTransformedSkin(ISkin legacySkin)
|
||||||
@ -102,9 +103,6 @@ namespace osu.Game.Skinning
|
|||||||
{
|
{
|
||||||
base.Dispose(isDisposing);
|
base.Dispose(isDisposing);
|
||||||
|
|
||||||
SkinSources.Add(Ruleset.CreateLegacySkinProvider(skinManager.DefaultSkin, Beatmap));
|
|
||||||
|
|
||||||
SkinSources.Add(new RulesetResourcesSkin(Ruleset, host, audio));
|
|
||||||
if (skinSource != null)
|
if (skinSource != null)
|
||||||
skinSource.SourceChanged -= OnSourceChanged;
|
skinSource.SourceChanged -= OnSourceChanged;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user