From 55b8c380d8a98e75090e83d5c9c7e42c00db09df Mon Sep 17 00:00:00 2001 From: Laurens Voerman Date: Mon, 12 Sep 2016 16:49:35 +0200 Subject: [PATCH] wrong Meta_Shape tag in ConvexHull --- include/osg/Shape | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Shape b/include/osg/Shape index 5c03df04e..d5be8ae7c 100644 --- a/include/osg/Shape +++ b/include/osg/Shape @@ -472,7 +472,7 @@ class OSG_EXPORT ConvexHull : public TriangleMesh ConvexHull(const ConvexHull& hull,const CopyOp& copyop=CopyOp::SHALLOW_COPY): TriangleMesh(hull,copyop) {} - META_Shape(osg, TriangleMesh); + META_Shape(osg, ConvexHull); protected: