Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10770 in orxonox.OLD for branches/presentation/src/lib


Ignore:
Timestamp:
Jun 21, 2007, 8:14:29 PM (17 years ago)
Author:
nicolasc
Message:

MP removal algo 'works'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/lib/graphics/importer/static_model.cc

    r10760 r10770  
    215215      // remove the group from the model list (mount points do not need to be drawn)
    216216//      std::vector<StaticModelData::Group>::iterator tmpIt =  groupIt;
    217      groupIt++;
    218 //      this->data->getGroups().erase(tmpIt);
     217//      groupIt++;
     218     this->data->getGroups().erase(groupIt);
    219219  }
    220220}
Note: See TracChangeset for help on using the changeset viewer.