Fix missing preprocessor comments

This commit is contained in:
Jonas Herzig
2021-07-24 11:30:34 +02:00
parent 2f4360a2a1
commit 3f4dae05db
2 changed files with 7 additions and 7 deletions

View File

@@ -204,7 +204,7 @@ public class PathPreviewRenderer extends EventRegistrations {
} finally {
popMatrix();
//#if MC>=11700
GL11.glDisable(GL11.GL_BLEND);
//$$ GL11.glDisable(GL11.GL_BLEND);
//#else
GL11.glPopAttrib();
//#endif