mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
product:: removed useless debug
This commit is contained in:
parent
fd42b45fce
commit
65ce70cb2c
@ -685,7 +685,6 @@ EX namespace product {
|
||||
ld d = V[2][2];
|
||||
for(int i=0; i<c->type; i++) {
|
||||
ld d1 = (V * cgi.walltester[cwall_offset + i])[2];
|
||||
if(c0->item == itGold) println(hlog, i, ": ", d, " vs ", d1);
|
||||
if(d1 < d - 1e-6) cwall_mask |= (1<<i);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user