Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 29, 2018, 3:57:54 PM (6 years ago)
Author:
arismu
Message:

Changed velocity bots, steering stabilized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/RacingBots_FS18/src/libraries/tools/Timer.cc

    r11071 r11840  
    199199        executor->getFunctor()->setSafeMode(true);
    200200    }
     201
     202    /*void Timer::setTimer(float interval, bool bKillAfterCall)
     203    {
     204         this->setInterval(interval);
     205         this->bActive_ = true;
     206         this->time_ = this->interval_;
     207        this->bKillAfterCall_ = bKillAfterCall;
     208    }
     209    */
    201210
    202211    /**
Note: See TracChangeset for help on using the changeset viewer.