mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-05-19 15:34:39 -04:00
Fix: wrong gl4es when renderer is opengles2_5
This commit is contained in:
@@ -84,9 +84,9 @@ public class LauncherPreferences
|
||||
|
||||
switch (PREF_RENDERER) {
|
||||
case "opengles2":
|
||||
case "opengles2_5":
|
||||
PREF_CUSTOM_OPENGL_LIBNAME = "libgl4es_114.so";
|
||||
break;
|
||||
case "opengles2_5":
|
||||
case "opengles3":
|
||||
PREF_CUSTOM_OPENGL_LIBNAME = "libgl4es_115.so";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user