diff --git a/vcg/complex/append.h b/vcg/complex/append.h index e7e02329..013e348b 100644 --- a/vcg/complex/append.h +++ b/vcg/complex/append.h @@ -389,7 +389,7 @@ static void MeshCopy(MeshLeft& ml, ConstMeshRight& mr, bool selected=false) { ml.Clear(); Mesh(ml,mr,selected); - ml.bbox=mr.bbox; + ml.bbox.Import(mr.bbox); } /*! \brief %Append only the selected elements of second mesh to the first one.