diff options
Diffstat (limited to 'indra/newview/app_settings/shaders/class1/lighting/lightAlphaMaskF.glsl')
| -rw-r--r-- | indra/newview/app_settings/shaders/class1/lighting/lightAlphaMaskF.glsl | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/newview/app_settings/shaders/class1/lighting/lightAlphaMaskF.glsl b/indra/newview/app_settings/shaders/class1/lighting/lightAlphaMaskF.glsl index c7cb076099..ffc5d86d9d 100644 --- a/indra/newview/app_settings/shaders/class1/lighting/lightAlphaMaskF.glsl +++ b/indra/newview/app_settings/shaders/class1/lighting/lightAlphaMaskF.glsl @@ -28,7 +28,6 @@ out vec4 frag_color;  uniform float minimum_alpha;  vec3 atmosLighting(vec3 light); -vec3 scaleSoftClip(vec3 light);  in vec4 vertex_color;  in vec2 vary_texcoord0; @@ -45,7 +44,6 @@ void default_lighting()      color *= vertex_color;      color.rgb = atmosLighting(color.rgb); -    color.rgb = scaleSoftClip(color.rgb);      frag_color = max(color, vec4(0));  } | 
