Changeset 5389 in orxonox.OLD for trunk/src/story_entities/world.cc
- Timestamp:
- Oct 16, 2005, 2:15:03 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5355 r5389 76 76 77 77 SHELL_COMMAND(speed, World, setSpeed); 78 SHELL_COMMAND(togglePNodeVisibility, World, togglePNodeVisibility); 78 79 79 80 using namespace std; … … 173 174 this->shell = NULL; 174 175 this->entities = NULL; 176 177 this->showPNodes = false; 175 178 } 176 179 … … 980 983 ParticleEngine::getInstance()->draw(); 981 984 985 if (unlikely(this->showPNodes)) 986 NullParent::getInstance()->debugDraw(0); 987 982 988 GraphicsEngine::getInstance()->draw(); 983 989 //TextEngine::getInstance()->draw();
Note: See TracChangeset
for help on using the changeset viewer.