mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	3d:: disabled shSwitchDisks in 3D
This commit is contained in:
		| @@ -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; i<c->type; i++) | ||||
|           if(ctof(c) && STDVAR && !archimedean && !binarytiling && GDIM == 2) for(int i=0; i<c->type; i++) | ||||
|             queuepoly(Vf * ddspin(c, i, M_PI/S7) * xpush(rhexf), shSwitchDisk, darkena(minf[active_switch()].color, fd, 0xFF)); | ||||
|           break; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue