diff --git a/src/gl/scene/gl_flats.cpp b/src/gl/scene/gl_flats.cpp index b32139957..cbc5d3451 100644 --- a/src/gl/scene/gl_flats.cpp +++ b/src/gl/scene/gl_flats.cpp @@ -453,7 +453,7 @@ void GLFlat::Draw(int pass, bool trans) // trans only has meaning for GLPASS_LIG gl_RenderState.SetMaterial(gltexture, CLAMP_NONE, 0, -1, false); gl_SetPlaneTextureRotation(&plane, gltexture); DrawSubsectors(pass, false, false); - + break; } } diff --git a/src/gl/scene/gl_walls_draw.cpp b/src/gl/scene/gl_walls_draw.cpp index 7bdf5c4dc..a7cd23d42 100644 --- a/src/gl/scene/gl_walls_draw.cpp +++ b/src/gl/scene/gl_walls_draw.cpp @@ -442,6 +442,7 @@ void GLWall::Draw(int pass) RenderTranslucentWall(); break; } + break; case GLPASS_LIGHTTEX: case GLPASS_LIGHTTEX_ADDITIVE: