Funni missing ;

This commit is contained in:
mcrcortex
2023-11-15 22:05:19 +10:00
parent 27f43e0a9e
commit 4d62ee99e6

View File

@@ -13,7 +13,7 @@ public class GlTexture extends TrackedObject {
final int id; final int id;
private final int type; private final int type;
public GlTexture() { public GlTexture() {
this(GL_TEXTURE_2D) this(GL_TEXTURE_2D);
} }
public GlTexture(int type) { public GlTexture(int type) {