Fix compilation issue with nested defines for r_opengl.c UnSetShader

This commit is contained in:
toaster 2022-09-12 12:58:39 +01:00 committed by James R
parent 7855bae8a1
commit f7fa9fcc19

View file

@ -1032,7 +1032,7 @@ EXPORT void HWRAPI(SetShader) (int type)
#ifdef GL_SHADERS #ifdef GL_SHADERS
if (type == SHADER_NONE) if (type == SHADER_NONE)
{ {
HWRAPI(UnSetShader)(); UnSetShader();
return; return;
} }