OpenGL2: Remove and force r_softOverbright.
This commit is contained in:
parent
5fabc28dff
commit
3740c55dec
5 changed files with 7 additions and 44 deletions
|
@ -449,7 +449,7 @@ static void DrawSkySide( struct image_s *image, const int mins[2], const int max
|
|||
|
||||
color[0] =
|
||||
color[1] =
|
||||
color[2] = (r_softOverbright->integer ? 1.0 : tr.identityLight) * backEnd.refdef.colorScale;
|
||||
color[2] = backEnd.refdef.colorScale;
|
||||
color[3] = 1.0f;
|
||||
GLSL_SetUniformVec4(sp, UNIFORM_BASECOLOR, color);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue