Merge branch 'master' of https://github.com/Anuken/Mindustry into schematics

This commit is contained in:
Anuken
2019-10-17 21:58:55 -04:00
29 changed files with 1937 additions and 1416 deletions

View File

@@ -208,7 +208,7 @@ public class MobileInput extends InputHandler implements GestureListener{
}
//move all current requests to removal array so they fade out
removals.addAll(selectRequests.find(r -> !r.breaking));
removals.addAll(selectRequests.select(r -> !r.breaking));
selectRequests.clear();
selecting = false;
}).visible(() -> !selectRequests.isEmpty()).name("confirmplace");