mirror of
https://github.com/AxioDL/zeus.git
synced 2025-12-09 13:37:46 +00:00
GCC compile fix
This commit is contained in:
@@ -186,6 +186,7 @@ public:
|
||||
switch (id)
|
||||
{
|
||||
case EBoxEdgeId::Z0:
|
||||
default:
|
||||
return CLineSeg({min.x, min.y, max.z}, {min.x, min.y, min.z});
|
||||
case EBoxEdgeId::X0:
|
||||
return CLineSeg({min.x, min.y, min.z}, {max.x, min.y, min.z});
|
||||
|
||||
Reference in New Issue
Block a user