Remove redundant _boundingBoxComputed which no longer exists in osg master (Fixes #4075)

pull/287/head
scrawl 7 years ago
parent 84bbb83109
commit dca31b7ffa

@ -62,10 +62,7 @@ void MorphGeometry::dirty()
{
mDirty = true;
if (!mMorphedBoundingBox)
{
_boundingBoxComputed = false;
dirtyBound();
}
}
osg::ref_ptr<osg::Geometry> MorphGeometry::getSourceGeometry() const

Loading…
Cancel
Save