From b320f95ed72d2eda6e2344fa72fba29988310e07 Mon Sep 17 00:00:00 2001 From: Luigi Malomo Date: Thu, 17 Jan 2019 16:37:01 +0100 Subject: [PATCH] bugfix --- vcg/complex/algorithms/intersection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/intersection.h b/vcg/complex/algorithms/intersection.h index f399ea26..b0c8cab9 100644 --- a/vcg/complex/algorithms/intersection.h +++ b/vcg/complex/algorithms/intersection.h @@ -281,7 +281,7 @@ bool IntersectionRayMesh( /* Baricentric coord 1*/ ScalarType &bar1, /* Baricentric coord 2*/ ScalarType &bar2, /* Baricentric coord 3*/ ScalarType &bar3, - /* FacePointer */ typename TriMeshType::FacePointer fp + /* FacePointer */ typename TriMeshType::FacePointer & fp ) { //typedef typename TriMeshType::FaceContainer FaceContainer;