Improved error message

Former-commit-id: ca50bb0afe38364cb4f3bfe71b057fa8721337bd
This commit is contained in:
Lynix 2014-12-17 13:56:01 +01:00
parent 169180341b
commit 58fbed1dbd
1 changed files with 1 additions and 1 deletions

View File

@ -1856,7 +1856,7 @@ bool NzRenderer::EnsureStateUpdate()
default:
{
NazaraInternalError("Unsupported component type");
NazaraInternalError("Unsupported component type (0x" + NzString::Number(type, 16) + ')');
break;
}
}