Changeset 10258 in orxonox.OLD for branches/camera/src/story_entities/game_world.cc
- Timestamp:
- Jan 17, 2007, 2:43:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camera/src/story_entities/game_world.cc
r10238 r10258 432 432 433 433 /* update tick the rest */ 434 this->dataTank->localCamera->tick(this->dtS);434 State::getCamera()->tick(this->dtS); 435 435 AnimationPlayer::getInstance()->tick(this->dtS); 436 436 PhysicsEngine::getInstance()->tick(this->dtS);
Note: See TracChangeset
for help on using the changeset viewer.