1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-19 07:05:11 +00:00

remove debug from auto_compute_range

This commit is contained in:
Zeno Rogue
2025-10-10 12:19:32 +02:00
parent 4cf129c28e
commit fbb2a955af

View File

@@ -1752,7 +1752,7 @@ EX int auto_compute_range(cell *c) {
int z = isize(cl.dists);
int d = cl.dists.back();
while(cl.dists[z-1] == d) z--;
if(true) { // if(cgflags & DF_GEOM) {
if(cgflags & DF_GEOM) {
println(hlog, "last distance = ", cl.dists.back());
println(hlog, "ball size = ", isize(cl.dists));
println(hlog, "previous ball size = ", z);