[Orxonox-commit 1495] r6213 - code/branches/presentation2/src/libraries/tools
rgrieder at orxonox.net
rgrieder at orxonox.net
Wed Dec 2 20:00:19 CET 2009
Author: rgrieder
Date: 2009-12-02 20:00:19 +0100 (Wed, 02 Dec 2009)
New Revision: 6213
Modified:
code/branches/presentation2/src/libraries/tools/ParticleInterface.cc
Log:
Fixed particle system bug: effects were not shown because the level of detail variable was not set.
Modified: code/branches/presentation2/src/libraries/tools/ParticleInterface.cc
===================================================================
--- code/branches/presentation2/src/libraries/tools/ParticleInterface.cc 2009-12-02 18:24:59 UTC (rev 6212)
+++ code/branches/presentation2/src/libraries/tools/ParticleInterface.cc 2009-12-02 19:00:19 UTC (rev 6213)
@@ -64,6 +64,8 @@
this->bAllowedByLOD_ = true;
this->speedFactor_ = 1.0f;
+ this->setConfigValues();
+
if (GameMode::showsGraphics())
{
try
More information about the Orxonox-commit
mailing list