LWJGL3 changes...

This commit is contained in:
khanhduytran0
2020-08-07 15:24:21 +07:00
parent 234c1eaf9a
commit 394a08ee5a
9 changed files with 5 additions and 1 deletions

View File

@@ -203,7 +203,11 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
setTitle("Minecraft " + mProfile.getVersion());
initEnvs();
//System.loadLibrary("gl4es");
if (mVersionInfo.arguments != null) {
System.loadLibrary("gl04es");
}
/*
if (mVersionInfo.arguments != null) {
System.loadLibrary("lwjgl32");

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.