mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix compilation issue with nested defines for r_opengl.c UnSetShader
This commit is contained in:
parent
89d6506b44
commit
fe0aa349a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1063,7 +1063,7 @@ EXPORT void HWRAPI(SetShader) (int type)
|
|||
#ifdef GL_SHADERS
|
||||
if (type == SHADER_NONE)
|
||||
{
|
||||
HWRAPI(UnSetShader)();
|
||||
UnSetShader();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue