mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-21 09:01:56 -07:00
Double letter bug fix on MC 1.8.9 and below
This commit is contained in:
parent
32bf68bdb7
commit
c4c90873c8
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
// toggleGui(null);
|
||||
this.drawerLayout.closeDrawers();
|
||||
|
||||
AndroidLWJGLKeycode.isBackspaceAfterChar = mVersionInfo.minimumLauncherVersion >= 18;
|
||||
AndroidLWJGLKeycode.isBackspaceAfterChar = true; // mVersionInfo.minimumLauncherVersion >= 18;
|
||||
|
||||
placeMouseAt(CallbackBridge.windowWidth / 2, CallbackBridge.windowHeight / 2);
|
||||
new Thread(new Runnable(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue