Changeset 2801 for code/branches/gui/src/orxonox/tools/ParticleInterface.cc
- Timestamp:
- Mar 19, 2009, 10:58:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/tools/ParticleInterface.cc
r2662 r2801 40 40 #include <cassert> 41 41 42 #include "Graphics Engine.h"42 #include "GraphicsManager.h" 43 43 #include "core/Core.h" 44 44 #include "core/CoreIncludes.h" … … 178 178 { 179 179 this->detaillevel_ = level; 180 if ( GraphicsEngine::getInstancePtr())181 this->detailLevelChanged(Graphics Engine::getInstance().getDetailLevelParticle());180 if (Core::showsGraphics()) 181 this->detailLevelChanged(GraphicsManager::getInstance().getDetailLevelParticle()); 182 182 } 183 183
Note: See TracChangeset
for help on using the changeset viewer.