Minor fixes
This commit is contained in:
committed by
Jérôme Leclercq
parent
8d39441bd1
commit
133caac5b5
@@ -88,7 +88,7 @@ namespace Nz
|
||||
for (auto& drawCall : m_drawCalls)
|
||||
{
|
||||
builder.BindVertexBuffer(0, *drawCall.vertexBuffer);
|
||||
builder.Draw(drawCall.vertexCount);
|
||||
builder.Draw(SafeCast<UInt32>(drawCall.vertexCount));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user