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
@@ -71,6 +71,6 @@ namespace vb01{
indices[i] = i;
}
meshBase = MeshData(vertices, indices, 3 * numTris);
meshBase = MeshData(vertices, indices, numTris);
}
}