- Timestamp:
- Sep 26, 2009, 10:25:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/controllers/WaypointController.cc
r5738 r5801 50 50 { 51 51 for (size_t i = 0; i < this->waypoints_.size(); ++i) 52 delete this->waypoints_[i];52 this->waypoints_[i]->destroy(); 53 53 } 54 54 }
Note: See TracChangeset
for help on using the changeset viewer.