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:
parent
5e30e66dc2
commit
7cb77b8c5c
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user