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