restore depth on highlight

fixes #21
This commit is contained in:
Salomão
2021-05-23 18:14:07 -03:00
parent 43d3a2c1c0
commit 589e48ac01
@@ -62,6 +62,7 @@ public class HighlighterHandler
tessellator.draw();
GlStateManager.enableTexture2D();
GlStateManager.enableDepth();
GlStateManager.popMatrix();
}