mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
3d:: disabled sidewall computation
This commit is contained in:
parent
5824e4b016
commit
f0b984aa3b
@ -4974,7 +4974,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
|
|||||||
#if CAP_SHAPES
|
#if CAP_SHAPES
|
||||||
int sha = shallow(c);
|
int sha = shallow(c);
|
||||||
|
|
||||||
if(wmspatial && sha) {
|
if(wmspatial && sha && DIM == 2) {
|
||||||
color_t col = (highwall(c) || c->wall == waTower) ? wcol : fcol;
|
color_t col = (highwall(c) || c->wall == waTower) ? wcol : fcol;
|
||||||
if(!chasmg) {
|
if(!chasmg) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user