Skip to content
Snippets Groups Projects
Commit bedbbdc5 authored by Ptolemy's avatar Ptolemy
Browse files

SL-12850 remove debug

parent 744872b4
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,6 @@ vec3 post_diffuse = color.rgb; ...@@ -168,7 +168,6 @@ vec3 post_diffuse = color.rgb;
vec3 reflected_color = textureCube(environmentMap, env_vec).rgb; vec3 reflected_color = textureCube(environmentMap, env_vec).rgb;
#if !defined(SUNLIGHT_KILL) #if !defined(SUNLIGHT_KILL)
color = mix(color.rgb, reflected_color, envIntensity*0.75); // MAGIC NUMBER SL-12574; ALM: On, Quality >= High color = mix(color.rgb, reflected_color, envIntensity*0.75); // MAGIC NUMBER SL-12574; ALM: On, Quality >= High
//color.rgb = reflected_color.rgb;
#endif #endif
} }
else else
......
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