mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +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);
|
||||
break;
|
||||
}
|
||||
|
||||
SkinSources.Add(skinManager.DefaultSkin);
|
||||
}
|
||||
|
||||
protected ISkin GetLegacyRulesetTransformedSkin(ISkin legacySkin)
|
||||
|
Loading…
Reference in New Issue
Block a user