mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed smart_range==2 in Euclidean
This commit is contained in:
parent
b6f4220d47
commit
b0151eabe4
@ -884,6 +884,7 @@ void drawEuclidean() {
|
||||
|
||||
if(vid.use_smart_range) {
|
||||
if(in_smart_range(Mat)) {
|
||||
if(vid.use_smart_range == 2) setdist(cw.at, 7, cw.at);
|
||||
if(dx < mindx) mindx = dx;
|
||||
if(dy < mindy) mindy = dy;
|
||||
if(dx > maxdx) maxdx = dx;
|
||||
|
Loading…
Reference in New Issue
Block a user