forked from teamnwah/openmw-tes3coop
Fix memory leak
This commit is contained in:
parent
f8690dcd20
commit
aafff1deb6
1 changed files with 2 additions and 1 deletions
|
@ -1159,10 +1159,11 @@ namespace NifOsg
|
|||
morphGeom->setUpdateCallback(NULL);
|
||||
morphGeom->setCullCallback(new UpdateMorphGeometry);
|
||||
morphGeom->setUseVertexBufferObjects(true);
|
||||
morphGeom->getOrCreateVertexBufferObject()->setUsage(GL_DYNAMIC_DRAW_ARB);
|
||||
|
||||
triShapeToGeometry(triShape, morphGeom, parentNode, composite, boundTextures, animflags);
|
||||
|
||||
morphGeom->getOrCreateVertexBufferObject()->setUsage(GL_DYNAMIC_DRAW_ARB);
|
||||
|
||||
const std::vector<Nif::NiMorphData::MorphData>& morphs = morpher->data.getPtr()->mMorphs;
|
||||
if (morphs.empty())
|
||||
return morphGeom;
|
||||
|
|
Loading…
Reference in a new issue