Removed debugging line.

This commit is contained in:
Andrzej Kapolka 2014-05-21 15:39:12 -07:00
parent 11a03076da
commit 2eee9a32ac

View file

@ -1761,7 +1761,6 @@ void AnimationHandle::simulate(float deltaTime) {
}
int frameCount = lastFrameIndex - firstFrameIndex + 1;
_frameIndex = firstFrameIndex + glm::mod(qMax(_frameIndex - firstFrameIndex, 0.0f), (float)frameCount);
qDebug() << _frameIndex;
// blend between the closest two frames
const FBXAnimationFrame& ceilFrame = animationGeometry.animationFrames.at(