Merge branch 'master' into reflection-mapping

This commit is contained in:
Lynix 2016-12-18 01:24:19 +01:00
commit d1a9748c33
1 changed files with 1 additions and 1 deletions

View File

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