mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Removed comment
This commit is contained in:
parent
cc56bbd048
commit
be9206c27a
@ -5,7 +5,6 @@ public static class Extensions
|
|||||||
{
|
{
|
||||||
// string.GetHashCode is not guaranteed to be the same on all machines, but
|
// string.GetHashCode is not guaranteed to be the same on all machines, but
|
||||||
// we need one that is the same on all machines. simple and stupid:
|
// we need one that is the same on all machines. simple and stupid:
|
||||||
// IMPORTANT: needs to be same one as in Weaver
|
|
||||||
public static int GetStableHashCode(this string text)
|
public static int GetStableHashCode(this string text)
|
||||||
{
|
{
|
||||||
unchecked
|
unchecked
|
||||||
|
Loading…
Reference in New Issue
Block a user