Changeset 4832 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jul 11, 2005, 5:45:27 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4831 r4832 1044 1044 1045 1045 /* update tick the rest */ 1046 TrackManager::getInstance()->tick(this->dt );1047 this->localCamera->tick(this->dt );1046 TrackManager::getInstance()->tick(this->dtS); 1047 this->localCamera->tick(this->dtS); 1048 1048 // tick the engines 1049 1049 AnimationPlayer::getInstance()->tick(this->dtS); … … 1054 1054 GarbageCollector::getInstance()->tick(this->dtS); 1055 1055 1056 1057 crosshair->tick(this->dtS); 1056 1058 1057 1059 /** actualy the Graphics Engine should tick the world not the other way around...
Note: See TracChangeset
for help on using the changeset viewer.