mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b0cdac59f0
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ public class MobileInput extends InputHandler implements GestureListener{
|
|||
@Override
|
||||
public void useSchematic(Schematic schem){
|
||||
selectRequests.clear();
|
||||
selectRequests.addAll(schematics.toRequests(schem, player.tileX(), player.tileY()));
|
||||
selectRequests.addAll(schematics.toRequests(schem, World.toTile(Core.camera.position.x), World.toTile(Core.camera.position.y)));
|
||||
lastSchematic = schem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue