Changeset 5216 in orxonox.OLD for trunk/src/lib/graphics/importer
- Timestamp:
- Sep 22, 2005, 4:44:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/model.cc
r5211 r5216 92 92 this->faceCount = 0; 93 93 this->next = NULL; 94 this->listNumber = 0; 94 95 95 96 this->firstFace = new ModelFace; … … 108 109 if (this->next !=NULL) 109 110 delete this->next; 111 112 // if (this->listNumber != 0) 113 // glDeleteLists(this->listNumber, 1); 110 114 } 111 115
Note: See TracChangeset
for help on using the changeset viewer.