From cb36c7de7c913dcee790b318484b1c12c8936825 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 27 Dec 2017 22:07:38 -0800 Subject: Updated debug and error macros --- RenderScript/src/ShaderParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RenderScript/src/ShaderParser.cpp') diff --git a/RenderScript/src/ShaderParser.cpp b/RenderScript/src/ShaderParser.cpp index 1b48c26..622f4a8 100644 --- a/RenderScript/src/ShaderParser.cpp +++ b/RenderScript/src/ShaderParser.cpp @@ -216,7 +216,7 @@ namespace Diligent { if (strcmp(Key, "Name") == 0) { - UNSUPPORTED("Parsing of the static sampler name is not implemented") + UNSUPPORTED("Parsing of the static sampler name is not implemented"); } else { -- cgit v1.2.3