Changeset 10771 in orxonox.OLD for branches/presentation/src/lib/graphics
- Timestamp:
- Jun 27, 2007, 7:01:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/graphics/importer/static_model.cc
r10770 r10771 211 211 } 212 212 213 // printf("adding MP\n"); 213 214 214 this->addMountPoint( zAxis, yAxis, center, groupName); 215 // remove the group from the model list (mount points do not need to be drawn) 216 // std::vector<StaticModelData::Group>::iterator tmpIt = groupIt; 217 // groupIt++; 215 // remove the group from the model list (mount points do not need to be drawn) 216 // remoing item iterates greoupIt! 218 217 this->data->getGroups().erase(groupIt); 219 218 }
Note: See TracChangeset
for help on using the changeset viewer.