summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-06-09 00:24:08 -0500
committerDave Parks <davep@lindenlab.com>2011-06-09 00:24:08 -0500
commit3ede390b87507cd6a6ef31ac3f1be1906abcb723 (patch)
tree3578ae46b8281dc4e6a1e2557cec03d54859f693 /indra/newview/app_settings/shaders
parent66fdaf51350734d4d69ebcea548165decbb6526a (diff)
parentb6e7d771dab572a6783a47bd1359776c4e721ec1 (diff)
merge
Diffstat (limited to 'indra/newview/app_settings/shaders')
-rw-r--r--indra/newview/app_settings/shaders/class1/deferred/fullbrightF.glsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/app_settings/shaders/class1/deferred/fullbrightF.glsl b/indra/newview/app_settings/shaders/class1/deferred/fullbrightF.glsl
index 5e6c5ebec8..d781e08548 100644
--- a/indra/newview/app_settings/shaders/class1/deferred/fullbrightF.glsl
+++ b/indra/newview/app_settings/shaders/class1/deferred/fullbrightF.glsl
@@ -23,7 +23,6 @@ void main()
color.rgb = fullbrightScaleSoftClip(color.rgb);
- //gl_FragColor = color;
- gl_FragColor = vec4(1,0,1,1);
+ gl_FragColor = color;
}