Changeset 3533 in orxonox.OLD for orxonox/trunk/src/track_node.cc
- Timestamp:
- Mar 13, 2005, 11:19:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/track_node.cc
r3528 r3533 66 66 TrackNode::~TrackNode () 67 67 { 68 singletonRef = NULL;68 this->destroy(); 69 69 } 70 70 71 /** 72 \brief destroys the TrackNode and all its alocated memory. 73 */ 74 void TrackNode::destroy(void) 75 { 76 singletonRef = NULL; 77 78 static_cast<PNode*>(this)->destroy(); 79 }
Note: See TracChangeset
for help on using the changeset viewer.