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));