more fixes for Gems

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-20 14:51:12 -07:00
parent 9245a31196
commit ea2f74dc0f
66 changed files with 62 additions and 348 deletions
@@ -247,7 +247,6 @@ namespace PhysX
for (int i = 0; i < 50; i++)
{
basis.Update(desiredVelocity);
AZ::Vector3 velocity = basis.m_controller->GetVelocity();
EXPECT_TRUE(basis.m_controller->GetVelocity().IsClose(AZ::Vector3::CreateZero()));
}
@@ -260,7 +259,6 @@ namespace PhysX
for (int i = 0; i < 50; i++)
{
basis.Update(desiredVelocity);
AZ::Vector3 velocity = basis.m_controller->GetVelocity();
EXPECT_TRUE(basis.m_controller->GetVelocity().IsClose(desiredVelocity));
}
}