1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 02:57:25 +08:00

Fix typo in comment

This commit is contained in:
Dean Herbert 2020-09-14 20:17:00 +09:00
parent 2b48ae42be
commit 91d37e0459

View File

@ -98,7 +98,7 @@ namespace osu.Game.Skinning
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);
}