mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Fix typo in comment
This commit is contained in:
parent
2b48ae42be
commit
91d37e0459
@ -98,7 +98,7 @@ namespace osu.Game.Skinning
|
|||||||
return item.ToString().ComputeSHA2Hash();
|
return item.ToString().ComputeSHA2Hash();
|
||||||
}
|
}
|
||||||
|
|
||||||
// if there was no creator, the ToString above would give the filename, which along isn't really enough to base any decisions on.
|
// if there was no creator, the ToString above would give the filename, which alone isn't really enough to base any decisions on.
|
||||||
return base.ComputeHash(item, reader);
|
return base.ComputeHash(item, reader);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user