From 8046de11bd465a3090d0644126f27371e1c736f2 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 10 May 2019 02:42:08 +0200 Subject: [PATCH] 3d:: disabled shSwitchDisks in 3D --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index f363baf3..85a1293a 100644 --- a/graph.cpp +++ b/graph.cpp @@ -4791,7 +4791,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) { case laSwitch: set_floor(shSwitchFloor); - if(ctof(c) && STDVAR && !archimedean && !binarytiling) for(int i=0; itype; i++) + if(ctof(c) && STDVAR && !archimedean && !binarytiling && GDIM == 2) for(int i=0; itype; i++) queuepoly(Vf * ddspin(c, i, M_PI/S7) * xpush(rhexf), shSwitchDisk, darkena(minf[active_switch()].color, fd, 0xFF)); break;