nvm it was actually easy to fix

This commit is contained in:
MijaeLio 2026-03-06 11:15:51 -05:00
parent 89e8af9b6d
commit b369209149

View file

@ -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;