Improved error message
Former-commit-id: ca50bb0afe38364cb4f3bfe71b057fa8721337bd
This commit is contained in:
parent
169180341b
commit
58fbed1dbd
|
|
@ -1856,7 +1856,7 @@ bool NzRenderer::EnsureStateUpdate()
|
|||
|
||||
default:
|
||||
{
|
||||
NazaraInternalError("Unsupported component type");
|
||||
NazaraInternalError("Unsupported component type (0x" + NzString::Number(type, 16) + ')');
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue