Fixed Mesh::Build error message

Former-commit-id: 5c5be9325cf4e6c7c180cfdd4a2ff2a03743adb8
This commit is contained in:
Lynix 2013-06-03 12:57:59 +02:00
parent a3f1417abd
commit 7e9dd26991
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ void NzMesh::Build(const NzPrimitiveList& list, const NzMeshParams& params)
#if NAZARA_UTILITY_SAFE
if (primitiveCount == 0)
{
NazaraError("GeomBuilder has no primitive");
NazaraError("PrimitiveList must have at least one primitive");
return;
}