diff --git a/src/main/java/me/cortex/voxelmon/core/gl/GlTexture.java b/src/main/java/me/cortex/voxelmon/core/gl/GlTexture.java index 1bf8049d..5d5b4c6b 100644 --- a/src/main/java/me/cortex/voxelmon/core/gl/GlTexture.java +++ b/src/main/java/me/cortex/voxelmon/core/gl/GlTexture.java @@ -13,7 +13,7 @@ public class GlTexture extends TrackedObject { final int id; private final int type; public GlTexture() { - this(GL_TEXTURE_2D) + this(GL_TEXTURE_2D); } public GlTexture(int type) {