- Timestamp:
- May 30, 2018, 2:37:02 PM (6 years ago)
- Location:
- code/branches/PresentationFS18
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/PresentationFS18
- Property svn:mergeinfo changed
-
code/branches/PresentationFS18/src/orxonox/worldentities/MobileEntity.cc
r11071 r12016 36 36 37 37 #include "Scene.h" 38 #include "Level.h" 39 #include "scriptablecontroller/scriptable_controller.h" 38 40 39 41 namespace orxonox … … 72 74 this->setAngularVelocity(rotationAxis.normalisedCopy() * rotationRate.valueRadians()); 73 75 } 76 77 if(!this->id_.empty() && this->getLevel() != nullptr) 78 this->getLevel()->getScriptableController()->registerMobileEntity(this->id_, this); 74 79 } 75 80
Note: See TracChangeset
for help on using the changeset viewer.