mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-22 00:44:04 +00:00
GeomMorpherController: fix double update of MorphGeometry
This commit is contained in:
parent
28b20428b9
commit
0d49c7fa51
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
UVController::UVController()
|
||||||
|
|
Loading…
Reference in a new issue