mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Remove two instructions
This commit is contained in:
parent
cbc024c029
commit
fc00455a48
@ -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…
x
Reference in New Issue
Block a user