mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-21 09:01:56 -07:00
Fix typo
This commit is contained in:
parent
e9e8b95549
commit
6bbc2f1c2f
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ public class TouchCharInput extends androidx.appcompat.widget.AppCompatEditText
|
|||
CallbackBridge.sendKeycode(LWJGLGLFWKeycode.GLFW_KEY_BACKSPACE, '\u0008', 0, 0, true);
|
||||
}
|
||||
for(int i=start, count = 0; count < lengthAfter; ++i){
|
||||
//I didn't know F25 existed before that. I just need a full fat keycode for mc 1.13+
|
||||
CallbackBridge.sendChar(text.charAt(i), 0);
|
||||
++count;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue