Changeset 9681 for code/branches/tutorial4/src/orxonox/worldentities
- Timestamp:
- Sep 30, 2013, 1:18:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial4/src/orxonox/worldentities/AutonomousDrone.cc
r9679 r9681 58 58 this->setCollisionType(WorldEntity::Dynamic); 59 59 60 this->myController_ = new AutonomousDroneController(this); // Creates a new controller and passes our this pointer to it as creator.60 //this->myController_ = new AutonomousDroneController(this); // Creates a new controller and passes our this pointer to it as creator. 61 61 } 62 62
Note: See TracChangeset
for help on using the changeset viewer.