From f08df79eb5e2e97dda089aa717ae4a6bf9ff8518 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 22 Feb 2019 07:56:41 -0800 Subject: Fixed typo --- Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics') diff --git a/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.cpp b/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.cpp index 556fb83a..44506ed2 100644 --- a/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.cpp +++ b/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.cpp @@ -4110,7 +4110,7 @@ void HLSL2GLSLConverterImpl::ConversionStream::ProcessShaderDeclaration( TokenLi std::stringstream ReturnHandlerSS; const Char *ReturnMacroName = "_RETURN_"; // Some GLES compilers cannot properly handle macros with empty argument lists, such as _RETURN_(). - // Also, some compilers generate an error if there is no whitespace after the macro witout arguments: _RET_VAL_{ + // Also, some compilers generate an error if there is no whitespace after the macro witout arguments: _RETURN_{ ReturnHandlerSS << "#define " << ReturnMacroName << (bIsVoid ? "" : "(_RET_VAL_)") << " {\\\n"; String GlobalVariables, Prologue; -- cgit v1.2.3