Skip to content
Snippets Groups Projects
Commit de26be1b authored by Leslie Linden's avatar Leslie Linden
Browse files

SH-2592 FIX -- (OS X Lion) Graphics issues with Atmospheric Shaders enabled on...

SH-2592 FIX -- (OS X Lion) Graphics issues with Atmospheric Shaders enabled on Intel HD 3000, 10.7.2

This is a dummy check-in to get the previous commit associated with SH-2592 instead of EXP-2592, which was a typo.
parent 1ff55f29
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,6 @@ void main() ...@@ -87,7 +87,6 @@ void main()
vec4 sunlight = sunlight_color; vec4 sunlight = sunlight_color;
vec4 light_atten; vec4 light_atten;
// Sunlight attenuation effect (hue and brightness) due to atmosphere // Sunlight attenuation effect (hue and brightness) due to atmosphere
// this is used later for sunlight modulation at various altitudes // this is used later for sunlight modulation at various altitudes
light_atten = (blue_density + vec4(haze_density * 0.25)) * (density_multiplier * max_y); light_atten = (blue_density + vec4(haze_density * 0.25)) * (density_multiplier * max_y);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment