do not compute fog when using unshaded in GLES2

(cherry picked from commit 3365595254)
This commit is contained in:
clayjohn 2019-05-23 17:17:27 -07:00 committed by Rémi Verschelde
parent 39f3a575d6
commit 480d87e7c8

View file

@ -2102,8 +2102,6 @@ FRAGMENT_SHADER_CODE
#endif
// gl_FragColor = vec4(normal, 1.0);
#endif //unshaded
//apply fog
#if defined(FOG_DEPTH_ENABLED) || defined(FOG_HEIGHT_ENABLED)
@ -2158,6 +2156,8 @@ FRAGMENT_SHADER_CODE
#endif // defined(FOG_DEPTH_ENABLED) || defined(FOG_HEIGHT_ENABLED)
#endif //unshaded
#else // not RENDER_DEPTH
//depth render
#ifdef USE_RGBA_SHADOWS