New mesh policy
Former-commit-id: cc5854d55e1e4bb83e5e081434b87ec22fcb8bff
This commit is contained in:
@@ -22,7 +22,7 @@ m_vertexMapper(subMesh)
|
||||
if (indexBuffer)
|
||||
m_indexCount = indexBuffer->GetIndexCount();
|
||||
else
|
||||
m_indexCount = subMesh->GetVertexBuffer()->GetVertexCount();
|
||||
m_indexCount = subMesh->GetVertexCount();
|
||||
}
|
||||
|
||||
bool NzTriangleIterator::Advance()
|
||||
|
||||
Reference in New Issue
Block a user