From 270015cf7f4965c7d0906b3f98a339f21fafc82b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 2 Aug 2018 23:12:29 +0200 Subject: [PATCH] irr:: texture:: one more bugfix --- floorshapes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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