mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-13 06:22:39 +00:00
new system for debug logs
This commit is contained in:
@@ -765,9 +765,7 @@ EX namespace bt {
|
||||
t[10] = it * t[6] * t[2];
|
||||
t[11] = it * t[1];
|
||||
|
||||
if(debugflags & DF_GEOM)
|
||||
for(int a=0; a<12; a++)
|
||||
println(hlog, t[a]);
|
||||
if(debug_geometry) for(int i=0; i<12; i++) println(hlog, "direct_tmatrix[", i, "] is ", t[i]);
|
||||
|
||||
use_direct >>= 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user