Funni missing ;
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user