1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

3d:: disabled sidewall computation

This commit is contained in:
? 2019-02-27 18:00:09 +01:00 committed by Zeno Rogue
parent 5824e4b016
commit f0b984aa3b

View File

@ -4974,7 +4974,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
#if CAP_SHAPES
int sha = shallow(c);
if(wmspatial && sha) {
if(wmspatial && sha && DIM == 2) {
color_t col = (highwall(c) || c->wall == waTower) ? wcol : fcol;
if(!chasmg) {