Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3551 in orxonox.OLD for orxonox/trunk/src/lib/coord/null_parent.cc


Ignore:
Timestamp:
Mar 14, 2005, 11:46:50 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: renamed all timing functions to tick() - cleanede up world

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/null_parent.cc

    r3545 r3551  
    7272   worry, normaly...
    7373*/
    74 void NullParent::update (float timeStamp)
     74void NullParent::update ()
    7575{
    7676
     
    8787      if( this->bRelDirChanged || this->bAbsDirChanged)
    8888        pn->parentDirChanged ();
    89       pn->update (timeStamp);
     89      pn->update ();
    9090      pn = this->children->nextElement ();
    9191    }
Note: See TracChangeset for help on using the changeset viewer.