diff options
author | metamuffin <metamuffin@disroot.org> | 2022-10-17 22:26:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-10-17 22:26:55 +0200 |
commit | 146ab6ff6d5ccfc83d2af8cb5df69c8caa02026f (patch) | |
tree | 256af3e16bf114602756aa843c0a9738df217150 /src/render/mod.rs | |
parent | 0a6122efbbdea974d963e167db1d660c81ea16e7 (diff) | |
download | trash-map-146ab6ff6d5ccfc83d2af8cb5df69c8caa02026f.tar trash-map-146ab6ff6d5ccfc83d2af8cb5df69c8caa02026f.tar.bz2 trash-map-146ab6ff6d5ccfc83d2af8cb5df69c8caa02026f.tar.zst |
viewer works better, margin issues
Diffstat (limited to 'src/render/mod.rs')
-rw-r--r-- | src/render/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/mod.rs b/src/render/mod.rs index 811684f..6f5d5b4 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 = 64; +const SEG_SIZE: isize = 16; const BLOCK_NAMESPACE_LEN: usize = "minecraft:".len(); pub struct Renderer { |