- Timestamp:
- Dec 4, 2017, 4:17:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_HS17/src/orxonox/worldentities/MobileEntity.cc
r11583 r11638 74 74 this->setAngularVelocity(rotationAxis.normalisedCopy() * rotationRate.valueRadians()); 75 75 } 76 77 if(!this->id_.empty() && this->getLevel() != nullptr) 78 this->getLevel()->getScriptableController()->registerMobileEntity(this->id_, this); 76 79 } 77 80
Note: See TracChangeset
for help on using the changeset viewer.