Changeset 5082 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Aug 19, 2005, 1:29:18 PM (19 years ago)
- Location:
- trunk/src/lib/coord
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/null_parent.cc
r4871 r5082 22 22 using namespace std; 23 23 24 NullParent* NullParent::singletonRef = 0;24 NullParent* NullParent::singletonRef = NULL; 25 25 26 26 /** -
trunk/src/lib/coord/p_node.cc
r5050 r5082 209 209 absCoordinates. If you don't use this, the PNode won't recognize, that something 210 210 has changed and won't update the children Nodes. 211 212 @todo check if this does what it should 211 213 */ 212 214 void PNode::setAbsCoor (const Vector& absCoord)
Note: See TracChangeset
for help on using the changeset viewer.