Changeset 8056 in orxonox.OLD for branches/atmospheric_engine/src/story_entities
- Timestamp:
- Jun 1, 2006, 1:18:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/story_entities/game_world.cc
r7810 r8056 526 526 GraphicsEngine* engine = GraphicsEngine::getInstance(); 527 527 528 AtmosphericEngine::getInstance()->draw();529 530 528 // set camera 531 529 this->dataTank->localCamera->apply (); … … 533 531 LightManager::getInstance()->draw(); 534 532 535 /* draw all WorldEntiy groups */ 533 AtmosphericEngine::getInstance()->draw(); 534 535 /* draw all WorldEntity groups */ 536 536 for (unsigned int i = 0; i < this->dataTank->drawLists.size(); ++i) 537 537 this->drawEntityList(State::getObjectManager()->getObjectList(this->dataTank->drawLists[i]));
Note: See TracChangeset
for help on using the changeset viewer.