mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Add back SkinManager.DefaultSkin
to the ruleset skin lookup sources
This commit is contained in:
@ -73,6 +73,8 @@ namespace osu.Game.Skinning
|
||||
SkinSources.Add(skinManager.CurrentSkin.Value);
|
||||
break;
|
||||
}
|
||||
|
||||
SkinSources.Add(skinManager.DefaultSkin);
|
||||
}
|
||||
|
||||
protected ISkin GetLegacyRulesetTransformedSkin(ISkin legacySkin)
|
||||
|
Reference in New Issue
Block a user