Gems/PhysX

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-20 17:59:49 -07:00
parent 52569adeda
commit 4ae74c913f
9 changed files with 8 additions and 17 deletions
@@ -299,7 +299,6 @@ namespace PhysXEditorTests
// the bounding box of the rigid body should reflect the dimensions of the cylinder set above
AZ::Aabb aabb = staticBody->GetAabb();
const float validDiameter = validRadius * 2.0f;
// Check that the z positions of the bounding box match that of the cylinder
EXPECT_NEAR(aabb.GetMin().GetZ(), -0.5f * validHeight, AZ::Constants::Tolerance);