mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
Debug stuff
This commit is contained in:
parent
129585ba64
commit
432be07370
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ impl World {
|
||||||
.unwrap();
|
.unwrap();
|
||||||
let mut existence_bitset = read_existence_bitset_file(&mut f);
|
let mut existence_bitset = read_existence_bitset_file(&mut f);
|
||||||
dbg!(existence_bitset);
|
dbg!(existence_bitset);
|
||||||
dbg!(f.stream_position());
|
let _ = dbg!(f.stream_position());
|
||||||
let mut decomp = zstd::decode_all(&mut f).unwrap();
|
let mut decomp = zstd::decode_all(&mut f).unwrap();
|
||||||
let (loc_x, loc_y) = pos.local();
|
let (loc_x, loc_y) = pos.local();
|
||||||
dbg!(loc_x, loc_y);
|
dbg!(loc_x, loc_y);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue