From 1da55d2175f73cc6cf9a006c9ed4b08c520031ef Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 6 Apr 2018 12:47:35 +0200 Subject: [PATCH] whirl:: textures:: fixed inner spherical models --- textures.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textures.cpp b/textures.cpp index 8e3e2f58..882230fd 100644 --- a/textures.cpp +++ b/textures.cpp @@ -351,6 +351,8 @@ bool texture_config::apply(cell *c, const transmatrix &V, int col) { } lastptd().u.poly.tinf = &mi; + if(whirl::whirl) + lastptd().u.poly.flags = POLY_INVERSE; if(grid_color) { queuepolyat(V, shFullFloor[ctof(c)], 0, PPR_FLOOR); lastptd().u.poly.outline = grid_color;