Made String(char) explicit

Former-commit-id: 02f5ead8fe60b825464f956d9fc6ea4689bda44b
This commit is contained in:
Lynix
2013-05-11 13:51:56 +02:00
parent 459c7a4d07
commit 991d841d57
6 changed files with 9 additions and 9 deletions

View File

@@ -243,7 +243,7 @@ NzString NzMesh::GetAnimation() const
if (!m_impl)
{
NazaraError("Mesh not created");
return nzAnimationType_Static;
return NzString();
}
#endif