Merge branch 'master' into reflection-mapping

This commit is contained in:
Lynix
2016-12-18 01:24:19 +01:00

View File

@@ -95,7 +95,7 @@ namespace Nz
{
ErrorFlags errFlags(ErrorFlag_ThrowExceptionDisabled);
NazaraError("Shader code failed to compile:\n" + code);
NazaraError("Shader code failed to compile (" + stage.GetLog() + ")\n" + code.ToString());
throw;
}