Remove an unneeded variable decleration

This commit is contained in:
James Seibel
2021-02-27 19:44:49 -06:00
parent 62dc86d64e
commit cc1683f573
@@ -442,8 +442,6 @@ public class LodRenderer
*/
private void setupProjectionMatrix(float partialTicks)
{
ActiveRenderInfo activeRenderInfoIn = mc.gameRenderer.getActiveRenderInfo();
Matrix4f projectionMatrix =
Matrix4f.perspective(
getFov(partialTicks, true),