Skip to content

Commit

Permalink
Remove duplicate rotatePolygon()
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed May 2, 2024
1 parent 6449751 commit c290115
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/geometry/GeometryEvaluator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,6 @@ Response GeometryEvaluator::visit(State& state, const RotateExtrudeNode& node)
}
if (geometry) {
geom = rotatePolygon(node, *geometry);
geom = rotatePolygon(node, *geometry);
}
} else {
geom = smartCacheGet(node, false);
Expand Down

0 comments on commit c290115

Please sign in to comment.