Skip to content
Snippets Groups Projects
Commit db8267f9 authored by David Parks's avatar David Parks
Browse files

SH-1427 Fix for shader compilation failure when detail set to "mid"

parent 2179e1c1
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ vec3 atmosAffectDirectionalLight(float lightIntensity)
vec3 atmosGetDiffuseSunlightColor()
{
return sunlight_color.rgb;
return sunlight_color_copy.rgb;
}
vec3 scaleDownLight(vec3 light)
......
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