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:
parent
f96101c86a
commit
a50725b3b7
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user