mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -07:00
Remove two instructions
This commit is contained in:
parent
cbc024c029
commit
fc00455a48
1 changed files with 0 additions and 2 deletions
|
|
@ -322,8 +322,6 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
if(CallbackBridge.isGrabbing()) return false;
|
||||
int x = (int) (e.getX(i) * scaleFactor);
|
||||
int y = (int) (e.getY(i) * scaleFactor);
|
||||
CallbackBridge.mouseX = x;
|
||||
CallbackBridge.mouseY = y;
|
||||
CallbackBridge.sendCursorPos(x, y);
|
||||
return true; //mouse event handled successfully
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue