diff --git a/engine/gl/gl_backend.c b/engine/gl/gl_backend.c index aca30a6aa..4c14bebb9 100644 --- a/engine/gl/gl_backend.c +++ b/engine/gl/gl_backend.c @@ -3189,8 +3189,8 @@ static void BE_Program_Set_Attributes(const program_t *prog, unsigned int perm, qglUniform4fvARB(ph, j, (GLfloat*)colscale); shaderstate.lastuniform = 0; } -#endif else +#endif { vec4_t param4; Vector4Set(param4, shaderstate.identitylighting, shaderstate.identitylighting, shaderstate.identitylighting, 1);