forked from mirror/openmw-tes3mp
Remove redundant _boundingBoxComputed which no longer exists in osg master (Fixes #4075)
This commit is contained in:
parent
84bbb83109
commit
dca31b7ffa
1 changed files with 0 additions and 3 deletions
|
@ -62,10 +62,7 @@ void MorphGeometry::dirty()
|
|||
{
|
||||
mDirty = true;
|
||||
if (!mMorphedBoundingBox)
|
||||
{
|
||||
_boundingBoxComputed = false;
|
||||
dirtyBound();
|
||||
}
|
||||
}
|
||||
|
||||
osg::ref_ptr<osg::Geometry> MorphGeometry::getSourceGeometry() const
|
||||
|
|
Loading…
Reference in a new issue