initial compiling version

This commit is contained in:
Joshua
2022-10-06 15:30:31 -04:00
parent fe76b60b2e
commit b6804f0f56
3 changed files with 5 additions and 5 deletions

View File

@@ -197,7 +197,7 @@ public:
/** Needed for TMap::GetTypeHash() */
friend uint32 GetTypeHash(const FUniqueNetIdSteam2& A)
{
return GetTypeHash(A.UniqueNetId);
return A.GetTypeHash();
//return (uint32)(A.UniqueNetId) + ((uint32)((A.UniqueNetId) >> 32) * 23);
}