Changeset 10770 in orxonox.OLD for branches/presentation/src/lib/graphics/importer
- Timestamp:
- Jun 21, 2007, 8:14:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/graphics/importer/static_model.cc
r10760 r10770 215 215 // remove the group from the model list (mount points do not need to be drawn) 216 216 // std::vector<StaticModelData::Group>::iterator tmpIt = groupIt; 217 groupIt++;218 // this->data->getGroups().erase(tmpIt);217 // groupIt++; 218 this->data->getGroups().erase(groupIt); 219 219 } 220 220 }
Note: See TracChangeset
for help on using the changeset viewer.