Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4832 in orxonox.OLD for orxonox/trunk/src/story_entities


Ignore:
Timestamp:
Jul 11, 2005, 5:45:27 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: loadParams and timing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4831 r4832  
    10441044
    10451045      /* 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);
    10481048      // tick the engines
    10491049      AnimationPlayer::getInstance()->tick(this->dtS);
     
    10541054      GarbageCollector::getInstance()->tick(this->dtS);
    10551055
     1056
     1057      crosshair->tick(this->dtS);
    10561058
    10571059      /** actualy the Graphics Engine should tick the world not the other way around...
Note: See TracChangeset for help on using the changeset viewer.