summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-10-24 10:53:17 -0500
committerDave Parks <davep@lindenlab.com>2011-10-24 10:53:17 -0500
commit1b987d2bf02be4df1635f5d11c01bcb8efb9cfff (patch)
treeb5510853c7f4c125e9759225a1e8492c66effdf3 /indra
parent004cc9107bd48166d87b239fb506532ac6330ef9 (diff)
F ?
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl b/indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl
index d2de1980a6..a54c0caf81 100644
--- a/indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl
+++ b/indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl
@@ -28,6 +28,6 @@
void fullbright_lighting();
void main()
-{F
+{
fullbright_lighting();
}