Removed debug output.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/switch_coordinate_system@4932 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-03-05 02:34:37 +00:00
parent 1df83662f6
commit 7b38753638

View File

@ -1365,8 +1365,6 @@ void Kart::updateGraphics(const Vec3& offset_xyz,
float speed_ratio = getSpeed()/getMaxSpeed();
float offset_heading = getSteerPercent()*m_kart_properties->getSkidVisual()
* speed_ratio * m_skidding*m_skidding;
printf("heading: %f hpr %f offset %f\n",
getHeading(), getHPR().getHeading(), -offset_heading);
Moveable::updateGraphics(center_shift,
btQuaternion(-offset_heading, 0, 0));
} // updateGraphics