From 4477f77d482daee7e3ae970b801296094b514b8f Mon Sep 17 00:00:00 2001 From: Yaswanth <92177410+yaswanth1701@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:28:55 +0530 Subject: [PATCH] Update test/integration/physics_system.cc Co-authored-by: Steve Peters Signed-off-by: Yaswanth <92177410+yaswanth1701@users.noreply.github.com> --- test/integration/physics_system.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/physics_system.cc b/test/integration/physics_system.cc index f0e4a63f39..7a50c8c7db 100644 --- a/test/integration/physics_system.cc +++ b/test/integration/physics_system.cc @@ -977,7 +977,7 @@ TEST_F(PhysicsSystemFixture, EXPECT_EQ(math::Vector3d::Zero, childLinkAngularVel); } - // Reset root link velocity to nonzero components (upward in Z) + // Reset root link velocity to nonzero components ecm->CreateComponent(rootLinkEntity, components::WorldAngularVelocityReset(vel0));