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