consistent global names

This commit is contained in:
Hannes Janetzek
2013-10-09 01:56:09 +02:00
parent c62070a33e
commit 377cfa01af
+2 -2
View File
@@ -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;
}
}