Removed debug output.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3366 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2009-04-05 13:46:55 +00:00
parent 5e30e66dc2
commit 7cb77b8c5c

View File

@ -77,8 +77,6 @@ void Moveable::updateGraphics(const Vec3& off_xyz, const Vec3& off_hpr)
Vec3 xyz=getXYZ()+off_xyz;
Vec3 hpr=getHPR()+off_hpr;
sgCoord c=Coord(xyz, hpr).toSgCoord();
printf("x %f y %f offx %f offy %f\n",
xyz.x(), xyz.y(), off_xyz.x(), off_xyz.y());
if(m_node)
{
m_node->setPosition(xyz.toIrrVector());