mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:09:54 +08:00
Fix typo in comment
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user