Changeset 4855 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Jul 13, 2005, 11:27:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/terrain.cc
r4854 r4855 39 39 this->loadParams(root); 40 40 41 //SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f); 42 //delete ssp; 43 } 41 SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f); 42 delete ssp; 43 } 44 44 45 45 46 /**
Note: See TracChangeset
for help on using the changeset viewer.