Fixed water splash that tended to appear at race start

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7399 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-01-14 00:31:36 +00:00
parent bf3b23210f
commit ab046ac2d1

View File

@@ -1467,6 +1467,7 @@ void Kart::loadData()
m_water_splash_system = new ParticleEmitter(ParticleKindManager::get()->getParticles("splash.xml"),
core::vector3df(0.0f, 0.0f, 0.0f), getNode());
m_water_splash_system->setCreationRate(0);
core::vector3df position(0, getKartHeight()*0.35f, -getKartLength()*0.35f);