Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11135


Ignore:
Timestamp:
Mar 7, 2016, 4:13:18 PM (8 years ago)
Author:
fvultier
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial6/src/orxonox/worldentities/AutonomousDrone.cc

    r11134 r11135  
    5656        this->rotationThrust_ = 10;
    5757
    58         this->setCollisionType(WorldEntity::Dynamic);
     58        this->setCollisionType(CollisionType::Dynamic);
    5959
    6060        //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.