mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-14 18:18:05 +00:00
3d:: disabled sidewall computation
This commit is contained in:
@@ -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) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user