mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 13:39:42 +00:00
Remove leftover call to setTexCoordArrayList
This commit is contained in:
parent
cc0afe901f
commit
8052225460
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ void RigGeometry::setSourceGeometry(osg::ref_ptr<osg::Geometry> sourceGeometry)
|
||||||
if (texCoordList[i])
|
if (texCoordList[i])
|
||||||
setTexCoordArray(i, texCoordList[i], osg::Array::BIND_PER_VERTEX);
|
setTexCoordArray(i, texCoordList[i], osg::Array::BIND_PER_VERTEX);
|
||||||
|
|
||||||
setTexCoordArrayList(from.getTexCoordArrayList());
|
|
||||||
setVertexAttribArrayList(from.getVertexAttribArrayList());
|
setVertexAttribArrayList(from.getVertexAttribArrayList());
|
||||||
|
|
||||||
// vertices and normals are modified every frame, so we need to deep copy them.
|
// vertices and normals are modified every frame, so we need to deep copy them.
|
||||||
|
|
Loading…
Reference in a new issue