Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10729 in orxonox.OLD


Ignore:
Timestamp:
Jun 20, 2007, 11:44:36 AM (17 years ago)
Author:
nicolasc
Message:

minor fix

File:
1 edited

Legend:

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

    r10728 r10729  
    226226//     printf("removing item...");
    227227    // remove the group from the model list (mount points do not need to be drawn)
    228      std::vector<StaticModelData::Group>::iterator tmpIt =  groupIt;
     228//      std::vector<StaticModelData::Group>::iterator tmpIt =  groupIt;
    229229//      groupIt++;
    230230//     printf("   removing...");
    231      this->data->getGroups().erase(tmpIt);
     231//      this->data->getGroups().erase(tmpIt);
    232232//     printf("   REMOVED\n");
    233233  }
Note: See TracChangeset for help on using the changeset viewer.