mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Remove allowFallback
parameters completely
This commit is contained in:
@ -56,9 +56,9 @@ namespace osu.Game.Skinning
|
||||
|
||||
this.legacyDefaultResources = legacyDefaultResources;
|
||||
|
||||
CurrentSkin.Value = new DefaultSkin(this);
|
||||
|
||||
CurrentSkinInfo.ValueChanged += skin => CurrentSkin.Value = GetSkin(skin.NewValue);
|
||||
|
||||
CurrentSkin.Value = new DefaultSkin(this);
|
||||
CurrentSkin.ValueChanged += skin =>
|
||||
{
|
||||
if (skin.NewValue.SkinInfo != CurrentSkinInfo.Value)
|
||||
|
Reference in New Issue
Block a user