Changeset 6137 in orxonox.OLD for branches/objectmanager/src/lib/coord
- Timestamp:
- Dec 16, 2005, 6:10:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/objectmanager/src/lib/coord/p_node.h
r6078 r6137 79 79 80 80 // ACTIVATION // 81 inline void activateNode() { this->bActive = t rue; };81 inline void activateNode() { this->bActive = this->bRelCoorChanged = this->bRelDirChanged = true; }; 82 82 inline void deactivateNode() { this->bActive = false; }; 83 83 inline bool getNodeActiveState() { return this->bActive; };
Note: See TracChangeset
for help on using the changeset viewer.