git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5126 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Spoike 2017-07-04 05:13:44 +00:00
parent 904a701281
commit db8663d826
1 changed files with 1 additions and 1 deletions

View File

@ -3189,8 +3189,8 @@ static void BE_Program_Set_Attributes(const program_t *prog, unsigned int perm,
qglUniform4fvARB(ph, j, (GLfloat*)colscale); qglUniform4fvARB(ph, j, (GLfloat*)colscale);
shaderstate.lastuniform = 0; shaderstate.lastuniform = 0;
} }
#endif
else else
#endif
{ {
vec4_t param4; vec4_t param4;
Vector4Set(param4, shaderstate.identitylighting, shaderstate.identitylighting, shaderstate.identitylighting, 1); Vector4Set(param4, shaderstate.identitylighting, shaderstate.identitylighting, shaderstate.identitylighting, 1);