mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-17 12:00:10 -07:00
Minecraft now recognize correctly OpenGL version
This commit is contained in:
parent
22415b9925
commit
19e4088cc8
4 changed files with 11 additions and 10 deletions
|
|
@ -818,10 +818,6 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
|
|||
|
||||
// Change info for useful dump
|
||||
System.setProperty("java.vm.info", Build.MANUFACTURER + " " + Build.MODEL + ", Android " + Build.VERSION.RELEASE);
|
||||
|
||||
GLContext.getCapabilities();
|
||||
|
||||
ContextCapabilities cc = new ContextCapabilities();
|
||||
} catch (Exception e) {
|
||||
Tools.showError(MainActivity.this, e, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue