- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/orxonox/tools/ParticleInterface.cc
r2907 r2908 40 40 #include <cassert> 41 41 42 #include "Graphics Manager.h"43 #include "core/ GameMode.h"42 #include "GraphicsEngine.h" 43 #include "core/Core.h" 44 44 #include "core/CoreIncludes.h" 45 45 #include "util/Convert.h" … … 64 64 this->speedFactor_ = 1.0f; 65 65 66 if ( GameMode::showsGraphics())66 if (Core::showsGraphics()) 67 67 { 68 68 try … … 178 178 { 179 179 this->detaillevel_ = level; 180 if (G ameMode::showsGraphics())181 this->detailLevelChanged(Graphics Manager::getInstance().getDetailLevelParticle());180 if (GraphicsEngine::getInstancePtr()) 181 this->detailLevelChanged(GraphicsEngine::getInstance().getDetailLevelParticle()); 182 182 } 183 183
Note: See TracChangeset
for help on using the changeset viewer.