Merge branch 'master' into Particle-Update

Former-commit-id: a015cefb77bfb41617e94368ac58f5cfe12266fe
This commit is contained in:
Lynix
2014-08-18 19:11:43 +02:00
16 changed files with 273 additions and 155 deletions

View File

@@ -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