From 21dfe6a27f56723da7983dee561ee0d72e021322 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 11 Oct 2024 09:41:37 +0200 Subject: [PATCH] fixed the conflict of walking::on and fixed_yz --- hypgraph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hypgraph.cpp b/hypgraph.cpp index 2e4b9f7e..b54d1270 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -2062,6 +2062,7 @@ void hrmap_standard::draw_at(cell *at, const shiftmatrix& where) { } EX bool has_fixed_yz() { + if(walking::on) return false; return (embedded_plane || mhybrid || nil || (euclid && WDIM == 3) || sol || nih || (cgflags & qSTRETCHABLE) || (hyperbolic && bt::in())); }