From a50725b3b785dac67f198e1f6ac02356d1b246c4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 2 Aug 2019 17:33:42 +0200 Subject: [PATCH] fixed centerview not computed in masterful euclidean --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index 18782b04..bf047cbd 100644 --- a/graph.cpp +++ b/graph.cpp @@ -5135,7 +5135,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) { mouseover2 = c; } - if(!euclid) { + if(!masterless) { double dfc = euclid ? intval(tC0(V), C0) : V[GDIM][GDIM]; if(dfc < centdist) {