You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
android-impl: fix regressions that made angry birds not work anymore
This commit is contained in:
@@ -12,7 +12,7 @@ public class EGLContext {
|
||||
}
|
||||
|
||||
// FIXME - not all GLs are created equal
|
||||
public static GL getGL() {
|
||||
public GL getGL() {
|
||||
return GL_INSTANCE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user