mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 14:22:54 +08:00
Clarify comment to avoid playing pronoun game
This commit is contained in:
parent
ec12186d63
commit
43724472c4
@ -130,7 +130,7 @@ namespace osu.Game.Skinning
|
|||||||
// have something in place to ensure we don't end up breaking skins of users that haven't
|
// 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.
|
// 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)
|
if (layoutInfo == null)
|
||||||
{
|
{
|
||||||
// handle namespace changes...
|
// handle namespace changes...
|
||||||
|
Loading…
Reference in New Issue
Block a user