diff --git a/interfaces/Crafter.Math-Intersection.cppm b/interfaces/Crafter.Math-Intersection.cppm index d278878..b4df8a1 100755 --- a/interfaces/Crafter.Math-Intersection.cppm +++ b/interfaces/Crafter.Math-Intersection.cppm @@ -148,7 +148,7 @@ namespace Crafter { } export template - constexpr T IntersectionTestOrientedBoxOrientedBox(Vector sizeA, MatrixRowMajor boxA, Vector sizeB, MatrixRowMajor boxB) { + constexpr bool IntersectionTestOrientedBoxOrientedBox(Vector sizeA, MatrixRowMajor boxA, Vector sizeB, MatrixRowMajor boxB) { std::vector> axes; std::vector> box1Corners = getOBBCorners(sizeA, boxA);