Removed particle visualisation, which was accidentally committed
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7297 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
89346d58f1
commit
4e5e7f96a8
@ -97,8 +97,8 @@ ParticleEmitter::ParticleEmitter(ParticleKind* type, core::vector3df position,
|
||||
m_particle_type->getAngleSpreadX() /* angle */
|
||||
);
|
||||
|
||||
irr_driver->getSceneManager()->addCubeSceneNode(2.0f, parent, -1, position, core::vector3df(0, 0, 0) /* rotation */,
|
||||
core::vector3df(box_size_x, box_size_y, box_size_z));
|
||||
//irr_driver->getSceneManager()->addCubeSceneNode(2.0f, parent, -1, position, core::vector3df(0, 0, 0) /* rotation */,
|
||||
// core::vector3df(box_size_x, box_size_y, box_size_z));
|
||||
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user