From b3692091498abdaa844525613bca55485644ac13 Mon Sep 17 00:00:00 2001 From: MijaeLio Date: Fri, 6 Mar 2026 11:15:51 -0500 Subject: [PATCH] nvm it was actually easy to fix --- Minecraft.Client/GameRenderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/GameRenderer.cpp b/Minecraft.Client/GameRenderer.cpp index 7f9bc5c9d..964125166 100644 --- a/Minecraft.Client/GameRenderer.cpp +++ b/Minecraft.Client/GameRenderer.cpp @@ -74,7 +74,7 @@ ResourceLocation GameRenderer::SNOW_LOCATION = ResourceLocation(TN_ENVIRONMENT_S GameRenderer::GameRenderer(Minecraft *mc) { // 4J - added this block of initialisers - renderDistance = mc->options->viewDistance; + renderDistance = (float)(16 * 16 >> mc->options->viewDistance); _tick = 0; hovered = nullptr; thirdDistance = 4;