Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10456 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
Jan 28, 2007, 7:15:34 PM (17 years ago)
Author:
patrick
Message:

double tick removed for camera, scroll board

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r10443 r10456  
    451451    this->dtS = this->dtS / TICK_SMOOTH_VALUE * speed;
    452452
     453    // tick camera first
     454    State::getCamera()->tick(this->dtS);
    453455    // TICK everything
    454456    for (i = 0; i < this->dataTank->tickLists.size(); ++i)
     
    456458
    457459    /* update tick the rest */
    458     State::getCamera()->tick(this->dtS);
     460
    459461    AnimationPlayer::getInstance()->tick(this->dtS);
    460462    PhysicsEngine::getInstance()->tick(this->dtS);
Note: See TracChangeset for help on using the changeset viewer.