diff --git a/src/gl/scene/gl_flats.cpp b/src/gl/scene/gl_flats.cpp index d7c47c618..57861d1c1 100644 --- a/src/gl/scene/gl_flats.cpp +++ b/src/gl/scene/gl_flats.cpp @@ -448,6 +448,7 @@ void GLFlat::Draw(int pass, bool trans) // trans only has meaning for GLPASS_LIG case GLPASS_LIGHTTEX: case GLPASS_LIGHTTEX_ADDITIVE: + case GLPASS_LIGHTTEX_FOGGY: DrawLightsCompat(pass); break; diff --git a/src/gl/scene/gl_walls_draw.cpp b/src/gl/scene/gl_walls_draw.cpp index 67f40dd6d..5c0455fdb 100644 --- a/src/gl/scene/gl_walls_draw.cpp +++ b/src/gl/scene/gl_walls_draw.cpp @@ -448,6 +448,7 @@ void GLWall::Draw(int pass) case GLPASS_LIGHTTEX: case GLPASS_LIGHTTEX_ADDITIVE: + case GLPASS_LIGHTTEX_FOGGY: RenderLightsCompat(pass); break;