diff options
author | Dave Parks <davep@lindenlab.com> | 2011-05-31 14:42:17 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-05-31 14:42:17 -0500 |
commit | 9da4007f85912330a70bc87bfb97cbcf1033e3ab (patch) | |
tree | 08f94effb0e9ccd8f17bc214f53e62a14a51b405 /indra/newview/app_settings/shaders/class1/lighting/lightFuncV.glsl | |
parent | fa76b8992c6c636303d398bd25d34c39ae23419e (diff) | |
parent | ece32418e7c1828a65c88e526a5afcb635c5453a (diff) |
merge
Diffstat (limited to 'indra/newview/app_settings/shaders/class1/lighting/lightFuncV.glsl')
-rw-r--r-- | indra/newview/app_settings/shaders/class1/lighting/lightFuncV.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/shaders/class1/lighting/lightFuncV.glsl b/indra/newview/app_settings/shaders/class1/lighting/lightFuncV.glsl index 65b45f8081..574252af12 100644 --- a/indra/newview/app_settings/shaders/class1/lighting/lightFuncV.glsl +++ b/indra/newview/app_settings/shaders/class1/lighting/lightFuncV.glsl @@ -5,7 +5,7 @@ * $/LicenseInfo$ */ -#version 120 + float calcDirectionalLight(vec3 n, vec3 l) |