From 1213ea3a22db8694bb7c8e710e062a55edd1f210 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 20 Sep 2020 10:49:32 -0700 Subject: Couple of minor fixes --- Graphics/ShaderTools/src/GLSLangUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/ShaderTools') diff --git a/Graphics/ShaderTools/src/GLSLangUtils.cpp b/Graphics/ShaderTools/src/GLSLangUtils.cpp index 000af866..7d252f7d 100644 --- a/Graphics/ShaderTools/src/GLSLangUtils.cpp +++ b/Graphics/ShaderTools/src/GLSLangUtils.cpp @@ -423,7 +423,7 @@ public: const char* includerName, size_t inclusionDepth) { - return includeSystem(headerName, includerName, inclusionDepth); + return nullptr; } // Signals that the parser will no longer use the contents of the -- cgit v1.2.3