Changeset 4924 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Jul 21, 2005, 4:46:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/terrain.cc
r4912 r4924 40 40 41 41 this->ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f); 42 // // delete ssp;43 42 } 44 43 … … 94 93 this->objectList = 0; 95 94 } 95 96 96 97 97 void Terrain::loadParams(const TiXmlElement* root) … … 122 122 glPopMatrix(); 123 123 124 /* THIS IS ONLY FOR DEBUGGING INFORMATION */ 124 125 this->ssp->drawQuadtree(); 125 126 }
Note: See TracChangeset
for help on using the changeset viewer.