Changeset 4826 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jul 8, 2005, 7:02:18 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4823 r4826 880 880 } 881 881 delete iterator; 882 crosshair->draw();883 882 884 883 glCallList (objectList); … … 888 887 TextEngine::getInstance()->draw(); 889 888 LightManager::getInstance()->draw(); // must be at the end of the drawing procedure, otherwise Light cannot be handled as PNodes // 889 crosshair->draw(); 890 890 } 891 891
Note: See TracChangeset
for help on using the changeset viewer.