fix DRTVWR-559 mac build coding policy error for missing newline at EOF

master
Brad Kittenbrink 2022-06-24 00:03:43 -07:00
parent 7ab3e7cde3
commit bb5b552e75
1 changed files with 2 additions and 1 deletions

View File

@ -473,4 +473,5 @@ void applyGlossEnv(inout vec3 color, vec3 glossenv, vec4 spec, vec3 pos, vec3 no
fresnel = min(fresnel+envIntensity, 1.0);
reflected_color *= (envIntensity*fresnel)*brighten(spec.rgb);
color = mix(color.rgb, reflected_color, envIntensity);
}
}