Changeset 2475 for code/branches/presentation/src
- Timestamp:
- Dec 15, 2008, 11:14:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
r2466 r2475 153 153 void SpaceShip::rotateRoll(const Vector2& value) 154 154 { 155 this->localAngularAcceleration_.setZ(this->localAngularAcceleration_.z() -value.x);155 this->localAngularAcceleration_.setZ(this->localAngularAcceleration_.z() + value.x); 156 156 } 157 157
Note: See TracChangeset
for help on using the changeset viewer.