Changeset 5218 in orxonox.OLD for trunk/src/lib/graphics/importer
- Timestamp:
- Sep 22, 2005, 5:30:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/model.cc
r5217 r5218 110 110 if (this->listNumber != 0) 111 111 glDeleteLists(this->listNumber, 1); 112 113 if (this->name[0] != '\0') 114 delete[] this->name; 112 115 113 116 if (this->next !=NULL) … … 446 449 if (this->groupCount != 0 && this->currentGroup->faceCount > 0) 447 450 { 448 // 451 // finalizeGroup(currentGroup); 449 452 this->currentGroup = this->currentGroup->next = new ModelGroup; 450 453 }
Note: See TracChangeset
for help on using the changeset viewer.