diff options
author | Dave Parks <davep@lindenlab.com> | 2011-10-24 10:53:17 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-10-24 10:53:17 -0500 |
commit | 1b987d2bf02be4df1635f5d11c01bcb8efb9cfff (patch) | |
tree | b5510853c7f4c125e9759225a1e8492c66effdf3 /indra/newview/app_settings | |
parent | 004cc9107bd48166d87b239fb506532ac6330ef9 (diff) |
F ?
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl | 2 |
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(); } |