- Timestamp:
- Jan 10, 2016, 8:01:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3/src/orxonox/controllers/SectionController.cc
r11057 r11058 55 55 this->parsedActionpoints_.clear(); 56 56 this->actionpoints_.clear(); 57 }58 59 //----in tick, move (or look) and shoot----60 void SectionController::tick(float dt)61 {62 if (!this->isActive())63 return;64 65 SUPER(SectionController, tick, dt);66 67 57 } 68 58
Note: See TracChangeset
for help on using the changeset viewer.