fixed centerview not computed in masterful euclidean

This commit is contained in:
Zeno Rogue 2019-08-02 17:33:42 +02:00
parent f96101c86a
commit a50725b3b7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {