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:
2
cell.cpp
2
cell.cpp
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user