Various build and test fixes
This commit is contained in:
@@ -38,7 +38,7 @@ namespace UnitTest
|
||||
{
|
||||
test = i;
|
||||
EXPECT_EQ(i, test);
|
||||
AZ::Interface<Multiplayer::INetworkTime>::Get()->IncrementHostFrameId();
|
||||
Multiplayer::GetNetworkTime()->IncrementHostFrameId();
|
||||
}
|
||||
|
||||
for (uint32_t i = 0; i < 16; ++i)
|
||||
@@ -51,7 +51,7 @@ namespace UnitTest
|
||||
{
|
||||
test = i;
|
||||
EXPECT_EQ(i, test);
|
||||
AZ::Interface<Multiplayer::INetworkTime>::Get()->IncrementHostFrameId();
|
||||
Multiplayer::GetNetworkTime()->IncrementHostFrameId();
|
||||
}
|
||||
|
||||
for (uint32_t i = 16; i < 48; ++i)
|
||||
@@ -69,7 +69,7 @@ namespace UnitTest
|
||||
{
|
||||
test = i;
|
||||
EXPECT_EQ(i, test);
|
||||
AZ::Interface<Multiplayer::INetworkTime>::Get()->IncrementHostFrameId();
|
||||
Multiplayer::GetNetworkTime()->IncrementHostFrameId();
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user