Fix debug errors

Former-commit-id: 59e7db4085fc05a366af6cfb9ba99c19f058a21b
This commit is contained in:
Lynix
2015-06-11 14:14:25 +02:00
parent 48a54dfa5c
commit 35f6e0d376
2 changed files with 3 additions and 3 deletions

View File

@@ -874,7 +874,7 @@ void NzRenderTexture::OnContextDestroy(const NzContext* context)
#ifdef NAZARA_DEBUG
if (m_impl->context != context)
{
NazaraInternalError("Not listening to " + NzString::Pointer(font));
NazaraInternalError("Not listening to " + NzString::Pointer(context));
return;
}
#endif