From 824cd3be224fd47ad5a68336a2d73173d0997cd4 Mon Sep 17 00:00:00 2001 From: scrawl Date: Tue, 14 Jun 2016 22:25:25 +0200 Subject: [PATCH] Do not set _boundingBoxComputed which is no longer used --- components/sceneutil/riggeometry.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/sceneutil/riggeometry.cpp b/components/sceneutil/riggeometry.cpp index 496301889..e0746801c 100644 --- a/components/sceneutil/riggeometry.cpp +++ b/components/sceneutil/riggeometry.cpp @@ -315,8 +315,6 @@ void RigGeometry::updateBounds(osg::NodeVisitor *nv) } _boundingBox = box; - _boundingBoxComputed = true; - // in OSG 3.3.3 and up Drawable inherits from Node, so has a bounding sphere as well. _boundingSphere = osg::BoundingSphere(_boundingBox); _boundingSphereComputed = true; for (unsigned int i=0; i