- update OsgGraph/car

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7588 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: bac57d01d6c5c3d412b2eb88307ae9fb56c0dec4
Former-commit-id: 0f91605b7fe1733b282d1625ca1a1dfc04c3615f
This commit is contained in:
torcs-ng 2021-06-27 23:26:29 +00:00
parent c4b1cbd154
commit 72ed9afe67

View file

@ -731,7 +731,7 @@ void SDCar::updateCar()
//osg::MatrixTransform * movt = dynamic_cast<osg::MatrixTransform *>(Steer_branch->getChild(0));
movt->setMatrix(rotation);
movt->addChild(pSteer);
GfLogInfo(" # update steer branch\n");
GfLogDebug(" # update steer branch\n");
}
for(std::vector<SDCarLight>::iterator i = lights.begin(); i != lights.end(); ++i)