|
|
@ -927,6 +927,7 @@ static void R_BlendLightmaps( void ) |
|
|
|
if( gl_overbright.value ) |
|
|
|
if( gl_overbright.value ) |
|
|
|
{ |
|
|
|
{ |
|
|
|
pglBlendFunc( GL_DST_COLOR, GL_SRC_COLOR ); |
|
|
|
pglBlendFunc( GL_DST_COLOR, GL_SRC_COLOR ); |
|
|
|
|
|
|
|
if(!( r_vbo.value && !r_vbo_overbrightmode.value )) |
|
|
|
pglColor4f( 128.0f / 192.0f, 128.0f / 192.0f, 128.0f / 192.0f, 1.0f ); |
|
|
|
pglColor4f( 128.0f / 192.0f, 128.0f / 192.0f, 128.0f / 192.0f, 1.0f ); |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
else |
|
|
|