mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 12:30:11 -07:00
Fix Y inverted
This commit is contained in:
parent
e99c608434
commit
c658d005c6
3 changed files with 22 additions and 20 deletions
|
|
@ -186,7 +186,7 @@ public final class Tools
|
|||
// Should be compatible?
|
||||
// overrideableArgList.add("-Dos.name=Android");
|
||||
overrideableArgList.add("-Dos.name=Linux");
|
||||
overrideableArgList.add("-Dos.version=" + Build.VERSION.SDK);
|
||||
overrideableArgList.add("-Dos.version=" + Build.VERSION.RELEASE);
|
||||
|
||||
// javaArgList.add("-Dorg.lwjgl.libname=liblwjgl3.so");
|
||||
// javaArgList.add("-Dorg.lwjgl.system.jemalloc.libname=libjemalloc.so");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue