From fcba432e39cbe43c6f4245aa9cef40cc79f4a62f Mon Sep 17 00:00:00 2001 From: auria Date: Wed, 5 Jan 2011 02:57:17 +0000 Subject: [PATCH] Cleaned up logging git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7260 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/graphics/particle_emitter.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/graphics/particle_emitter.cpp b/src/graphics/particle_emitter.cpp index 71001246c..62369c949 100644 --- a/src/graphics/particle_emitter.cpp +++ b/src/graphics/particle_emitter.cpp @@ -60,9 +60,7 @@ ParticleEmitter::ParticleEmitter(ParticleKind* type, core::vector3df position, m_node->setPosition(position); material->setMaterialProperties(&(m_node->getMaterial(0))); m_node->setMaterialTexture(0, material->getTexture()); - - printf("==== %s ====\n", material->getTexFname().c_str()); - + // FIXME: does the maxAngle param work at all?? // FIXME: the min and max color params don't appear to work m_emitter = m_node->createPointEmitter(core::vector3df(0.0f, 0.0f, 0.0f), // velocity in m/ms