diff --git a/Engine/source/math/mPlaneSet.h b/Engine/source/math/mPlaneSet.h index abeebd4dc..8d0a919bb 100644 --- a/Engine/source/math/mPlaneSet.h +++ b/Engine/source/math/mPlaneSet.h @@ -458,7 +458,7 @@ U32 PlaneSet< T >::clipPolygon( const Point3F* inVertices, U32 inNumVertices, Po // to indicate we haven't clipped anything. if( !numClippedPolygonVertices ) - return false; + return 0; // On first iteration, replace the inVertices with the // outVertices buffer.