Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 13, 2009, 2:25:04 PM (15 years ago)
Author:
rgrieder
Message:
  • Fixed stupid bug in MobileEntity.h
  • Removed a compiler warning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp2/src/orxonox/objects/worldentities/MobileEntity.h

    r2826 r2975  
    6161                { this->setAngularVelocity(Vector3(x, y, z)); }
    6262            inline const Vector3& getAngularVelocity() const
    63                 { return this->linearAcceleration_; }
     63                { return this->angularVelocity_; }
    6464
    6565            void setAcceleration(const Vector3& acceleration);
Note: See TracChangeset for help on using the changeset viewer.