- Timestamp:
- Dec 30, 2015, 10:07:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/orxonox/worldentities/Drone.cc
r10818 r11004 49 49 this->localAngularAcceleration_.setValue(0, 0, 0); 50 50 this->setRadarVisibility(false); 51 this->setCollisionType(WorldEntity:: Dynamic);51 this->setCollisionType(WorldEntity::CollisionType::Dynamic); 52 52 53 53 myController_ = new DroneController(this->getContext()); //!< Creates a new controller and passes our this pointer to it as creator.
Note: See TracChangeset
for help on using the changeset viewer.