Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixit-Davide committed Apr 12, 2024
1 parent a218aab commit 889ea36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/systems/physics/Physics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3706,8 +3706,6 @@ void PhysicsPrivate::UpdateSim(EntityComponentManager &_ecm,
++i)
{
_jointForce->Data()[i] = jointPhys->GetForce(i);
gzmsg << "JointForce: " << _jointForce->Data()[i]
<< std::endl;
}
}
return true;
Expand Down

0 comments on commit 889ea36

Please sign in to comment.