Changeset 8255 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jun 8, 2006, 3:44:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r8190 r8255 566 566 567 567 568 AtmosphericEngine::getInstance()->draw();569 570 568 //glEnable(GL_DEPTH_TEST); 571 569 //glEnable(GL_LIGHTING); … … 583 581 this->drawEntityList(State::getObjectManager()->getObjectList(this->dataTank->drawLists[i])); 584 582 585 583 AtmosphericEngine::getInstance()->draw(); 584 586 585 if( unlikely( this->showBV)) 587 586 {
Note: See TracChangeset
for help on using the changeset viewer.