Changeset 2361 for code/branches/objecthierarchy2/src/orxonox/objects/worldentities/MovableEntity.cc
- Timestamp:
- Dec 9, 2008, 2:07:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/orxonox/objects/worldentities/MovableEntity.cc
r2171 r2361 74 74 if (this->isActive()) 75 75 { 76 SUPER(MovableEntity, tick, dt); 77 76 78 this->velocity_ += (dt * this->acceleration_); 77 79 this->node_->translate(dt * this->velocity_);
Note: See TracChangeset
for help on using the changeset viewer.