NetworkHash128: fixed missing ) in comment

This commit is contained in:
vis2k 2018-07-16 15:49:13 +02:00
parent 6db02511cd
commit 0cc23e411b

View File

@ -49,7 +49,7 @@ public bool IsValid()
}
// convert 32 length hex string like "042acbef..." to byte array
// (each byte is represented with 2 characters, e.g. 0xFF => "FF"
// (each byte is represented with 2 characters, e.g. 0xFF => "FF")
public static NetworkHash128 Parse(string text)
{
// AssetDatabase.AssetPathToGUID always returns 32 length strings