1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

whirl:: textures:: fixed inner spherical models

This commit is contained in:
Zeno Rogue 2018-04-06 12:47:35 +02:00
parent e26f3f77b1
commit 1da55d2175

View File

@ -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;