Changeset 2361 for code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ControllableEntity.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/ControllableEntity.cc
r2256 r2361 232 232 if (this->isActive()) 233 233 { 234 SUPER(ControllableEntity, tick, dt); 235 234 236 this->velocity_ += (dt * this->acceleration_); 235 237 this->node_->translate(dt * this->velocity_, Ogre::Node::TS_LOCAL);
Note: See TracChangeset
for help on using the changeset viewer.