Remove an unneeded line of code

This commit is contained in:
James Seibel
2021-02-13 17:29:50 -06:00
parent 61d33f6688
commit 27678b90a3
@@ -452,7 +452,6 @@ public class LodRenderer
mc.mcProfiler.endStartSection("LOD draw setup");
bufferBuilder.getByteBuffer().clear(); // this is required otherwise nothing is drawn
bufferBuilder.reset(); // I don't know if this is required :P
}
catch(Exception e)
{