Changeset 4592 in orxonox.OLD for orxonox/trunk/src/lib/coord
- Timestamp:
- Jun 10, 2005, 7:17:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r4575 r4592 101 101 void PNode::init(PNode* parent) 102 102 { 103 this->setClassID(CL_PARENT_NODE); 103 104 this->children = new tList<PNode>(); 104 105 this->bRelCoorChanged = true;
Note: See TracChangeset
for help on using the changeset viewer.