Changeset 7530 in orxonox.OLD for branches/atmospheric_engine/src/story_entities
- Timestamp:
- May 4, 2006, 12:31:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/story_entities/game_world.cc
r7374 r7530 42 42 43 43 #include "graphics_engine.h" 44 #include "effects/atmospheric_engine.h" 44 45 #include "event_handler.h" 45 46 #include "sound_engine.h" … … 376 377 377 378 GraphicsEngine::getInstance()->tick(this->dtS); 379 AtmosphericEngine::getInstance()->tick(this->dtS); 378 380 379 381 if( likely(this->dataTank->gameRule != NULL)) … … 452 454 GraphicsEngine* engine = GraphicsEngine::getInstance(); 453 455 456 AtmosphericEngine::getInstance()->draw(); 457 454 458 // set camera 455 459 this->dataTank->localCamera->apply ();
Note: See TracChangeset
for help on using the changeset viewer.