Debug stuff

This commit is contained in:
crumblingstatue 2023-04-14 11:45:25 +02:00
parent 129585ba64
commit 432be07370

View file

@ -90,7 +90,7 @@ impl World {
.unwrap();
let mut existence_bitset = read_existence_bitset_file(&mut f);
dbg!(existence_bitset);
dbg!(f.stream_position());
let _ = dbg!(f.stream_position());
let mut decomp = zstd::decode_all(&mut f).unwrap();
let (loc_x, loc_y) = pos.local();
dbg!(loc_x, loc_y);