consistent global names
This commit is contained in:
parent
c62070a33e
commit
377cfa01af
@ -16,12 +16,12 @@ package org.oscim.backend;
|
|||||||
|
|
||||||
|
|
||||||
public class GLAdapter {
|
public class GLAdapter {
|
||||||
public static GL20 INSTANCE;
|
public static GL20 g;
|
||||||
|
|
||||||
public static boolean GDX_WEBGL_QUIRKS;
|
public static boolean GDX_WEBGL_QUIRKS;
|
||||||
public static boolean NON_PREMUL_CANVAS;
|
public static boolean NON_PREMUL_CANVAS;
|
||||||
|
|
||||||
public static GL20 get(){
|
public static GL20 get(){
|
||||||
return INSTANCE;
|
return g;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user