Skip to content

Commit

Permalink
fix FreeCAD#17578 - RIP bgbsww , don't worry, we got this.
Browse files Browse the repository at this point in the history
  • Loading branch information
AIRCAP authored and chennes committed Oct 30, 2024
1 parent fa9a5a8 commit b7306d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Part/App/PartFeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ App::ElementNamePair Feature::getExportElementName(TopoShape shape,
if (!name) {
continue;
}
indices.emplace_back(name.size(),
indices.emplace_back(names.size(),
shape.findAncestors(ss.getShape(), res.first));
names.push_back(name);
if (indices.back().second.size() == 1 && ++count >= MinLowerTopoNames) {
Expand Down

0 comments on commit b7306d2

Please sign in to comment.