diff --git a/src/main/java/com/github/hydos/ginger/voxelutils/BlockMesher.java b/src/main/java/com/github/hydos/ginger/voxelutils/BlockMesher.java index 68510dc..e5ec261 100644 --- a/src/main/java/com/github/hydos/ginger/voxelutils/BlockMesher.java +++ b/src/main/java/com/github/hydos/ginger/voxelutils/BlockMesher.java @@ -2,4 +2,5 @@ package com.github.hydos.ginger.voxelutils; public class BlockMesher { + //TODO: supercoder i ask you that you figure a way to cull inner faces and not just whole blocks :) }