Skip to content

Commit

Permalink
Merge pull request #1123 from LeeRiva/lrdev
Browse files Browse the repository at this point in the history
Corrected function return value. Fixes #1122
  • Loading branch information
robertosfield authored Mar 13, 2024
2 parents 326dbf6 + b840bf6 commit 61516e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vsg/utils/Builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ ref_ptr<Node> Builder::decorateAndCompileIfRequired(const GeometryInfo& info, co
else
{
// unable to compute bound so do not decorate with a CullNode.
return node;
return subgraph;
}
}
else
Expand Down

0 comments on commit 61516e1

Please sign in to comment.