Renderer/UberShaderPreprocessor: Fix compile error

This commit is contained in:
Lynix 2016-12-18 01:23:46 +01:00
parent 459c5e7a09
commit b64aa72626
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;
} }