diff --git a/floorshapes.cpp b/floorshapes.cpp index 63d0df13..4a6df1e5 100644 --- a/floorshapes.cpp +++ b/floorshapes.cpp @@ -659,7 +659,7 @@ void draw_qfi(cell *c, const transmatrix& V, int col, int prio = -1, vectorvertices, isize(qfi.tinf->vertices), texture::config.mesh_color, texture::config.recolor(col), prio == -1 ? PPR_FLOOR : prio); lastptd().u.poly.tinf = qfi.tinf; - if(gp::on) + if(gp::on || irr::on) lastptd().u.poly.flags = POLY_INVERSE; } #endif