aboutsummaryrefslogtreecommitdiff
path: root/mtree-test/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mtree-test/src/lib.rs')
-rw-r--r--mtree-test/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtree-test/src/lib.rs b/mtree-test/src/lib.rs
index bf0117d..fd282db 100644
--- a/mtree-test/src/lib.rs
+++ b/mtree-test/src/lib.rs
@@ -1,7 +1,7 @@
use glam::{I16Vec2, i16vec2};
use std::{collections::VecDeque, ops::Range};
-pub const BLOCK_SIZE: i16 = 4;
+pub const BLOCK_SIZE: i16 = 8;
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct AbsRef {