Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 29, 2009, 10:47:58 PM (15 years ago)
Author:
scheusso
Message:

removed unneccessary variable in Drone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/src/orxonox/worldentities/Drone.h

    r5834 r5835  
    111111            DroneController *myController_; //!< The controller of the Drone.
    112112           
    113             Vector3 steering_;
    114113            btVector3 localLinearAcceleration_; //!< The linear acceleration that is used to move the Drone the next tick.
    115114            btVector3 localAngularAcceleration_; //!< The linear angular acceleration that is used to move the Drone the next tick.
Note: See TracChangeset for help on using the changeset viewer.