aboutsummaryrefslogtreecommitdiff
path: root/src/render/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/mod.rs')
-rw-r--r--src/render/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/mod.rs b/src/render/mod.rs
index 9a5bd2d..811684f 100644
--- a/src/render/mod.rs
+++ b/src/render/mod.rs
@@ -17,7 +17,7 @@ pub mod composite;
pub mod models;
pub mod processing;
-const SEG_SIZE: isize = 128;
+const SEG_SIZE: isize = 64;
const BLOCK_NAMESPACE_LEN: usize = "minecraft:".len();
pub struct Renderer {