Fixed error messages

Fixed Quaternion type not handled by VertexDeclaration::IsTypeSupported


Former-commit-id: 4668810c2acbee3127ba52aed9782255ef92013e
This commit is contained in:
Lynix
2014-07-13 09:42:21 +02:00
parent 7a6195991c
commit 3714371403
2 changed files with 5 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ bool NzGraphics::Initialize()
if (!NzSkinningManager::Initialize())
{
NazaraError("Failed to initialize skinning cache");
NazaraError("Failed to initialize skinning manager");
return false;
}