diff options
Diffstat (limited to 'indra/newview/app_settings/shaders/class2')
| -rw-r--r-- | indra/newview/app_settings/shaders/class2/deferred/softenLightF.glsl | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/indra/newview/app_settings/shaders/class2/deferred/softenLightF.glsl b/indra/newview/app_settings/shaders/class2/deferred/softenLightF.glsl index 58d573c724..9ebacd59c7 100644 --- a/indra/newview/app_settings/shaders/class2/deferred/softenLightF.glsl +++ b/indra/newview/app_settings/shaders/class2/deferred/softenLightF.glsl @@ -162,11 +162,7 @@ vec3 post_diffuse = color.rgb;   vec3 post_spec = color.rgb; -#ifdef WATER_FOG -        color.rgb += diffuse_srgb.rgb * diffuse_srgb.a * 0.25; -#else          color.rgb = mix(color.rgb, diffuse_linear.rgb, diffuse_linear.a); -#endif          if (envIntensity > 0.0)          { //add environmentmap | 
