GeomMorpherController: fix double update of MorphGeometry

openmw-38
scrawl 9 years ago
parent 28b20428b9
commit 0d49c7fa51

@ -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()

Loading…
Cancel
Save