aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/FancyPortals.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/FancyPortals.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/FancyPortals.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/FancyPortals.java b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/FancyPortals.java
index cb946426..941ef0af 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/FancyPortals.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/FancyPortals.java
@@ -26,7 +26,6 @@ import java.nio.ByteBuffer;
import java.util.List;
public class FancyPortals {
-
private static final ResourceLocation[] RENDERS = new ResourceLocation[6];
static {
@@ -291,5 +290,4 @@ public class FancyPortals {
GL11.glDisable(GL11.GL_STENCIL_TEST);
GlStateManager.enableCull();
}
-
}