Cleaned up logging
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7260 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
d217866815
commit
fcba432e39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user