1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-18 15:00:26 +00:00

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

View File

@ -5135,7 +5135,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
mouseover2 = c; mouseover2 = c;
} }
if(!euclid) { if(!masterless) {
double dfc = euclid ? intval(tC0(V), C0) : V[GDIM][GDIM]; double dfc = euclid ? intval(tC0(V), C0) : V[GDIM][GDIM];
if(dfc < centdist) { if(dfc < centdist) {