Changed some error messages
Former-commit-id: e578d813dd7a8691506af080b79bc1ec99b65e3c
This commit is contained in:
@@ -375,7 +375,7 @@ void NzRenderer::DrawIndexedPrimitivesInstanced(unsigned int instanceCount, nzPr
|
||||
|
||||
if (instanceCount == 0)
|
||||
{
|
||||
NazaraError("Instance count must be over 0");
|
||||
NazaraError("Instance count must be over zero");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -470,7 +470,7 @@ void NzRenderer::DrawPrimitivesInstanced(unsigned int instanceCount, nzPrimitive
|
||||
|
||||
if (instanceCount == 0)
|
||||
{
|
||||
NazaraError("Instance count must be over 0");
|
||||
NazaraError("Instance count must be over zero");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user