fixed provided number of faces

This commit is contained in:
devZoGok
2022-04-03 19:18:21 +03:00
parent c9d0c6ec71
commit 41de623a66
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,6 +65,6 @@ namespace vb01{
vertices[4] = v5;
vertices[5] = v6;
meshBase = MeshData(vertices, indices, numTris * 3);
meshBase = MeshData(vertices, indices, numTris);
}
}