aboutsummaryrefslogtreecommitdiff
path: root/src/render/mod.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-10-17 22:17:24 +0200
committermetamuffin <metamuffin@disroot.org>2022-10-17 22:17:24 +0200
commit0a6122efbbdea974d963e167db1d660c81ea16e7 (patch)
tree36bce185bc5b7e718e508dab44f3a5fb11459bfa /src/render/mod.rs
parentbcfc5827a949172aedbd6c7cd1881a47db42c46d (diff)
downloadtrash-map-0a6122efbbdea974d963e167db1d660c81ea16e7.tar
trash-map-0a6122efbbdea974d963e167db1d660c81ea16e7.tar.bz2
trash-map-0a6122efbbdea974d963e167db1d660c81ea16e7.tar.zst
a
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 {