mirror of
https://github.com/ppy/osu
synced 2025-02-18 11:26:57 +00:00
Fix typo
This commit is contained in:
parent
ff75cf6b75
commit
0e20c4e6bb
@ -63,7 +63,7 @@ namespace osu.Game.Skinning
|
|||||||
CurrentSkin.ValueChanged += skin =>
|
CurrentSkin.ValueChanged += skin =>
|
||||||
{
|
{
|
||||||
if (skin.SkinInfo != CurrentSkinInfo.Value)
|
if (skin.SkinInfo != CurrentSkinInfo.Value)
|
||||||
throw new InvalidOperationException($"Setting {nameof(CurrentSkin)}'s value directly is not supported. Use {nameof(CurrentSkinInfo)} isntead.");
|
throw new InvalidOperationException($"Setting {nameof(CurrentSkin)}'s value directly is not supported. Use {nameof(CurrentSkinInfo)} instead.");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user