mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-15 23:42:20 +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;
|
mDirty = true;
|
||||||
if (!mMorphedBoundingBox)
|
if (!mMorphedBoundingBox)
|
||||||
{
|
|
||||||
_boundingBoxComputed = false;
|
|
||||||
dirtyBound();
|
dirtyBound();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
osg::ref_ptr<osg::Geometry> MorphGeometry::getSourceGeometry() const
|
osg::ref_ptr<osg::Geometry> MorphGeometry::getSourceGeometry() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user