Skip to content

Commit

Permalink
fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Dec 1, 2024
1 parent a23619c commit 73ce437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/csg_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,8 @@ CsgNodeType CsgOpNode::GetNodeType() const {
case OpType::Intersect:
return CsgNodeType::Intersection;
}
// unreachable...
return CsgNodeType::Leaf;
}

mat3x4 CsgOpNode::GetTransform() const { return transform_; }
Expand Down

0 comments on commit 73ce437

Please sign in to comment.