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

This commit is contained in:
scrawl 2017-09-04 19:34:26 +00:00
parent 84bbb83109
commit dca31b7ffa

View file

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