mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 15:23:14 +08:00
Add back SkinManager.DefaultSkin
to the ruleset skin lookup sources
This commit is contained in:
parent
d53a43cf3c
commit
97dbc7f20e
@ -73,6 +73,8 @@ namespace osu.Game.Skinning
|
|||||||
SkinSources.Add(skinManager.CurrentSkin.Value);
|
SkinSources.Add(skinManager.CurrentSkin.Value);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SkinSources.Add(skinManager.DefaultSkin);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected ISkin GetLegacyRulesetTransformedSkin(ISkin legacySkin)
|
protected ISkin GetLegacyRulesetTransformedSkin(ISkin legacySkin)
|
||||||
|
Loading…
Reference in New Issue
Block a user