Changeset 461 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Dec 12, 2007, 1:22:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/WorldEntity.cc
r460 r461 40 40 if (!this->bStatic_) 41 41 { 42 this->translate( this->velocity_);42 this->translate(dt * this->velocity_); 43 43 } 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.