mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
Remove redundant _boundingBoxComputed which no longer exists in osg master (Fixes #4075)
This commit is contained in:
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…
x
Reference in New Issue
Block a user