bt:: in gHoroHex, do not display debug data without DF_GEOM

This commit is contained in:
Zeno Rogue 2020-03-31 18:58:21 +02:00
parent 4e7aadf540
commit dceb834f10
1 changed files with 3 additions and 1 deletions

View File

@ -794,7 +794,9 @@ EX namespace bt {
t[10] = it * t[6] * t[2];
t[11] = it * t[1];
for(int a=0; a<12; a++) println(hlog, t[a]);
if(debugflags & DF_GEOM)
for(int a=0; a<12; a++)
println(hlog, t[a]);
use_direct >>= 1;
}