Fix for clan compiler
Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
This commit is contained in:
@@ -148,8 +148,8 @@ namespace Multiplayer
|
||||
class ClientSimpleHierarchyTests : public HierarchyTests
|
||||
{
|
||||
public:
|
||||
static const NetEntityId RootNetEntityId = NetEntityId{ 1 };
|
||||
static const NetEntityId ChildNetEntityId = NetEntityId{ 2 };
|
||||
const NetEntityId RootNetEntityId = NetEntityId{ 1 };
|
||||
const NetEntityId ChildNetEntityId = NetEntityId{ 2 };
|
||||
|
||||
void SetUp() override
|
||||
{
|
||||
|
||||
@@ -176,9 +176,9 @@ namespace Multiplayer
|
||||
class ServerDeepHierarchyTests : public HierarchyTests
|
||||
{
|
||||
public:
|
||||
static const NetEntityId RootNetEntityId = NetEntityId{ 1 };
|
||||
static const NetEntityId ChildNetEntityId = NetEntityId{ 2 };
|
||||
static const NetEntityId ChildOfChildNetEntityId = NetEntityId{ 3 };
|
||||
const NetEntityId RootNetEntityId = NetEntityId{ 1 };
|
||||
const NetEntityId ChildNetEntityId = NetEntityId{ 2 };
|
||||
const NetEntityId ChildOfChildNetEntityId = NetEntityId{ 3 };
|
||||
|
||||
void SetUp() override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user