Removed debug print.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6279 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-10-12 22:04:36 +00:00
parent 83b6eccf64
commit fa6ae21672

View File

@ -126,7 +126,6 @@ void ThreeDAnimation::update(float dt)
core::vector3df hpr = m_animated_node->getRotation();
core::vector3df scale = m_animated_node->getScale();
AnimationBase::update(dt, &xyz, &hpr, &scale); //updates all IPOs
printf("xyz = %f %f %f\n", xyz.X, xyz.Y, xyz.Z);
m_animated_node->setPosition(xyz);
m_animated_node->setRotation(hpr);
m_animated_node->setScale(scale);