- 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/objects/worldentities/Model.cc
r2907 r2908 31 31 #include <OgreEntity.h> 32 32 #include "Model.h" 33 #include "core/GameMode.h"34 33 #include "core/CoreIncludes.h" 35 34 #include "core/XMLPort.h" … … 71 70 void Model::changedMesh() 72 71 { 73 if ( GameMode::showsGraphics())72 if (Core::showsGraphics()) 74 73 { 75 74 if (this->mesh_.getEntity())
Note: See TracChangeset
for help on using the changeset viewer.