mirror of https://github.com/ppy/osu
Clarify comment to avoid playing pronoun game
This commit is contained in:
parent
ec12186d63
commit
43724472c4
|
@ -130,7 +130,7 @@ protected Skin(SkinInfo skin, IStorageResourceProvider? resources, IResourceStor
|
|||
// have something in place to ensure we don't end up breaking skins of users that haven't
|
||||
// manually saved their skin since a change was implemented.
|
||||
|
||||
// if that fails, attempt to deserialise using the old naked list.
|
||||
// If deserialisation using SkinLayoutInfo fails, attempt to deserialise using the old naked list.
|
||||
if (layoutInfo == null)
|
||||
{
|
||||
// handle namespace changes...
|
||||
|
|
Loading…
Reference in New Issue