Various bugfixes

This commit is contained in:
Anuken
2018-11-25 10:29:38 -05:00
parent c321402414
commit bb6a748167
10 changed files with 44 additions and 10 deletions

View File

@@ -230,7 +230,7 @@ public class MobileInput extends InputHandler implements GestureListener{
player.clearBuilding();
mode = none;
recipe = null;
}).visible(() -> player.isBuilding() || recipe != null);
}).visible(() -> player.isBuilding() || recipe != null || mode == breaking);
//confirm button
table.addImageButton("icon-check", "clear-partial", 16 * 2f, () -> {