Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 30, 2013, 1:18:18 PM (11 years ago)
Author:
smerkli
Message:

Quick fix to make things work in the tutorial. Will be reverted to
a cleaner way soon.

File:
1 edited

Legend:

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

    r9679 r9681  
    5858        this->setCollisionType(WorldEntity::Dynamic);
    5959
    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.
    6161    }
    6262
Note: See TracChangeset for help on using the changeset viewer.