Fixed Mesh::Build error message
Former-commit-id: 5c5be9325cf4e6c7c180cfdd4a2ff2a03743adb8
This commit is contained in:
parent
a3f1417abd
commit
7e9dd26991
|
|
@ -155,7 +155,7 @@ void NzMesh::Build(const NzPrimitiveList& list, const NzMeshParams& params)
|
||||||
#if NAZARA_UTILITY_SAFE
|
#if NAZARA_UTILITY_SAFE
|
||||||
if (primitiveCount == 0)
|
if (primitiveCount == 0)
|
||||||
{
|
{
|
||||||
NazaraError("GeomBuilder has no primitive");
|
NazaraError("PrimitiveList must have at least one primitive");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue