diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/input/TextInputPanel.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/input/TextInputPanel.kt index 234446ab2..7fccf017b 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/input/TextInputPanel.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/input/TextInputPanel.kt @@ -1156,6 +1156,7 @@ open class TextInputPanel( //RenderSystem.logicOp(GlStateManager.LogicOp.NOR) RenderSystem.disableDepthTest() RenderSystem.defaultBlendFunc() + RenderSystem.enableBlend() val builder = tesselator.builder