Changeset 10456 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jan 28, 2007, 7:15:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r10443 r10456 451 451 this->dtS = this->dtS / TICK_SMOOTH_VALUE * speed; 452 452 453 // tick camera first 454 State::getCamera()->tick(this->dtS); 453 455 // TICK everything 454 456 for (i = 0; i < this->dataTank->tickLists.size(); ++i) … … 456 458 457 459 /* update tick the rest */ 458 State::getCamera()->tick(this->dtS); 460 459 461 AnimationPlayer::getInstance()->tick(this->dtS); 460 462 PhysicsEngine::getInstance()->tick(this->dtS);
Note: See TracChangeset
for help on using the changeset viewer.