Changed some error messages
Former-commit-id: e578d813dd7a8691506af080b79bc1ec99b65e3c
This commit is contained in:
@@ -396,7 +396,7 @@ void NzModel::SetSkinCount(unsigned int skinCount)
|
||||
#if NAZARA_GRAPHICS_SAFE
|
||||
if (skinCount == 0)
|
||||
{
|
||||
NazaraError("Skin count must be over 0");
|
||||
NazaraError("Skin count must be over zero");
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user