Fixed error message

Thanks to Raakz


Former-commit-id: 71f2febaa811c19f7c3da69d1154d0e6e97da726
This commit is contained in:
Lynix 2014-07-11 23:06:46 +02:00
parent 27aea8ae2a
commit 8128079927
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ bool NzShader::PostLinkage()
}
else
{
NazaraError("Failed to compile shader stage: " + GetLog());
NazaraError("Failed to link shader: " + GetLog());
return false;
}
}