We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d4e4f commit d7a34dbCopy full SHA for d7a34db
src/SimulationRunner.cc
@@ -417,7 +417,7 @@ void SimulationRunner::UpdatePhysicsParams()
417
this->entityCompMgr.Component<components::Gravity>(worldEntity);
418
if (gravityComp)
419
{
420
- const gz::math::Vector3<double> newGravity =
+ const gz::math::Vector3<double> newGravity =
421
422
physicsParams.gravity().x(),
423
physicsParams.gravity().y(),
0 commit comments