1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 15:39:02 +00:00

GeomMorpherController: fix double update of MorphGeometry

This commit is contained in:
scrawl 2015-11-22 21:19:02 +01:00
parent 28b20428b9
commit 0d49c7fa51

View File

@ -239,7 +239,7 @@ void GeomMorpherController::update(osg::NodeVisitor *nv, osg::Drawable *drawable
}
}
morphGeom->transformSoftwareMethod();
// morphGeometry::transformSoftwareMethod() done in cull callback i.e. only for visible morph geometries
}
UVController::UVController()