Skip to content

Commit a5a39a3

Browse files
committed
Emit bits in logging output
1 parent 9e7c441 commit a5a39a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

voxec.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ namespace {
573573
{"grid", left.format() + " - " + right.format()},
574574
{"bounds", voxels->bounds()[0].format() + " - " + voxels->bounds()[1].format()},
575575
{"world", left_world.format() + " - " + right_world.format()},
576+
{"bits", (long)voxels->value_bits()}
576577
};
577578
}
578579
return {};

0 commit comments

Comments
 (0)