1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-01 21:10:35 +00:00

arcm:: cleared spam in DF_GEOM

This commit is contained in:
Zeno Rogue 2021-08-04 18:00:09 +02:00
parent e2077620c8
commit e175f522dc

View File

@ -455,6 +455,7 @@ void archimedean_tiling::compute_geometry() {
} }
if(debugflags & DF_GEOM) if(debugflags & DF_GEOM)
if(p < 10 || p == 99)
println(hlog, "edgelength = ", edgelength, " angles = ", alphas, " inradius = ", inradius, " circumradius = ", circumradius); println(hlog, "edgelength = ", edgelength, " angles = ", alphas, " inradius = ", inradius, " circumradius = ", circumradius);
if(isnan(alpha_total)) elmax = edgelength; if(isnan(alpha_total)) elmax = edgelength;