mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
fixed provided number of faces
This commit is contained in:
@@ -71,6 +71,6 @@ namespace vb01{
|
||||
indices[i] = i;
|
||||
}
|
||||
|
||||
meshBase = MeshData(vertices, indices, 3 * numTris);
|
||||
meshBase = MeshData(vertices, indices, numTris);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user