mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Reorder vertices after copyFrom() mesh just to be sure.
This commit is contained in:
@@ -473,6 +473,8 @@ void Mesh::copyFrom(const MShape& shape)
|
||||
_vertices2d[i].resize(_nRows);
|
||||
qCopy(mesh->_vertices2d[i].begin(), mesh->_vertices2d[i].end(), _vertices2d[i].begin());
|
||||
}
|
||||
|
||||
_reorderVertices();
|
||||
}
|
||||
|
||||
void Mesh::_reorderVertices()
|
||||
|
||||
Reference in New Issue
Block a user