Changeset 11135 for code/branches/tutorial6/src/orxonox/worldentities
- Timestamp:
- Mar 7, 2016, 4:13:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial6/src/orxonox/worldentities/AutonomousDrone.cc
r11134 r11135 56 56 this->rotationThrust_ = 10; 57 57 58 this->setCollisionType( WorldEntity::Dynamic);58 this->setCollisionType(CollisionType::Dynamic); 59 59 60 60 //this->myController_ = new AutonomousDroneController(this); // Creates a new controller and passes our this pointer to it as creator.
Note: See TracChangeset
for help on using the changeset viewer.