SL-12850 remove debug

meow-7.2.2
Ptolemy 2020-03-13 12:35:12 -07:00
parent 744872b43d
commit bedbbdc5c3
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ vec3 post_diffuse = color.rgb;
vec3 reflected_color = textureCube(environmentMap, env_vec).rgb;
#if !defined(SUNLIGHT_KILL)
color = mix(color.rgb, reflected_color, envIntensity*0.75); // MAGIC NUMBER SL-12574; ALM: On, Quality >= High
//color.rgb = reflected_color.rgb;
#endif
}
else