Changeset 4823 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc
- Timestamp:
- Jul 8, 2005, 12:30:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4822 r4823 880 880 } 881 881 delete iterator; 882 crosshair->draw(); 882 883 883 884 glCallList (objectList); … … 885 886 ParticleEngine::getInstance()->draw(); //!< \todo should be dts like in the Trunk; 886 887 887 crosshair->draw();888 888 TextEngine::getInstance()->draw(); 889 889 LightManager::getInstance()->draw(); // must be at the end of the drawing procedure, otherwise Light cannot be handled as PNodes //
Note: See TracChangeset
for help on using the changeset viewer.