Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2016, 8:01:09 PM (9 years ago)
Author:
landauf
Message:

removed empty tick functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v3/src/orxonox/controllers/WingmanController.cc

    r11057 r11058  
    5353        this->parsedActionpoints_.clear();
    5454        this->actionpoints_.clear();
    55     }
    56  
    57     //----in tick, move (or look) and shoot----
    58     void WingmanController::tick(float dt)
    59     {   
    60         if (!this->isActive())
    61             return;
    62        
    63         SUPER(WingmanController, tick, dt);
    64 
    6555    }
    6656   
Note: See TracChangeset for help on using the changeset viewer.