Changeset 9713 in orxonox.OLD for branches/new_class_id/src/world_entities
- Timestamp:
- Sep 1, 2006, 11:43:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/terrain.cc
r9709 r9713 89 89 Terrain::~Terrain () 90 90 { 91 if ( objectList)91 if (modelList) 92 92 glDeleteLists(this->modelList, 1); 93 93 if( this->ssp) … … 207 207 //glRotatef (this->getAbsDir().getSpacialAxisAngle(), tmpRot.x, tmpRot.y, tmpRot.z ); 208 208 209 if (this-> objectList)209 if (this->modelList) 210 210 glCallList(this->modelList); 211 211 else if (this->getModel())
Note: See TracChangeset
for help on using the changeset viewer.