mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-25 00:05:09 -07:00
commit
7fc2d6be18
1 changed files with 5 additions and 0 deletions
|
|
@ -241,6 +241,11 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||
pay.set(x, y);
|
||||
pay.dropLastPayload();
|
||||
pay.set(prevx, prevy);
|
||||
pay.controlling().each(u -> {
|
||||
if(u instanceof Payloadc){
|
||||
Call.payloadDropped(u, u.x, u.y);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue