mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
nvm it was actually easy to fix
This commit is contained in:
parent
89e8af9b6d
commit
b369209149
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue