Skip to content

Commit

Permalink
Update test/integration/physics_system.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Yaswanth <[email protected]>
  • Loading branch information
yaswanth1701 and scpeters committed Aug 14, 2024
1 parent 26d8f82 commit 4477f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/physics_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 4477f77

Please sign in to comment.