diff --git a/core/src/io/anuke/mindustry/input/MobileInput.java b/core/src/io/anuke/mindustry/input/MobileInput.java index 30872343a9..89c683c89b 100644 --- a/core/src/io/anuke/mindustry/input/MobileInput.java +++ b/core/src/io/anuke/mindustry/input/MobileInput.java @@ -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"); diff --git a/gradle.properties b/gradle.properties index 4386fc3f98..ea7e5bc1fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=983942d521c1e1714fac3ddfc54ee7248734b2ed +archash=7f4239e462c07fb3d76a18262cff91dd877df5cc