Update LodRenderer class comment

This commit is contained in:
James Seibel
2021-02-27 19:44:37 -06:00
parent ef65f87777
commit 62dc86d64e
@@ -41,8 +41,11 @@ import net.minecraft.util.math.vector.Vector3f;
/**
* This is where all the magic happens.
* This is where LODs are draw to the world.
*
* @author James Seibel
* @version 2-24-2021
* @version 2-27-2021
*/
public class LodRenderer
{