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:
parent
2b48ae42be
commit
91d37e0459
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user