mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-09-17 08:49:39 -04:00
fix(MobileGL): Define LIBGL_ES properly
This commit is contained in:
1 parent
ebf74ac33f
commit
61e860faa0
1 file changed
+1
@@ -226,6 +226,7 @@ public class JREUtils {
|
||||
}
|
||||
if(LOCAL_RENDERER.equals("opengles_mobileglues")){
|
||||
envMap.put("MG_DIR_PATH", Tools.DIR_DATA + "/MobileGlues");
|
||||
envMap.put("LIBGL_ES", "3");
|
||||
envMap.put("POJAVEXEC_EGL","libmobileglues.so");
|
||||
}
|
||||
/*
|
||||
|
||||
Reference in new issue
Block a user