- Timestamp:
- Jul 28, 2011, 5:24:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/src/orxonox/controllers/WaypointController.cc
r8786 r8793 45 45 WaypointController::~WaypointController() 46 46 { 47 for (size_t i = 0; i < this->waypoints_.size(); ++i) 48 { 49 if(this->waypoints_[i]) 50 this->waypoints_[i]->destroy(); 51 } 47 52 } 48 53
Note: See TracChangeset
for help on using the changeset viewer.