git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9701 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -168,7 +168,7 @@ import com.jme3.util.BufferUtils;
index[i] = vertexList.size() - 1;
}
} else {
- index[i] = vertexList.indexOf(verticesAndNormals[index[i]]);
+ index[i] = vertexList.indexOf(verticesAndNormals[index[i]][0]);
indexList.add(index[i]);