Fixed block targeting bug

This commit is contained in:
Anuken
2018-08-15 18:18:57 -04:00
parent 36c01fde94
commit d58cc18136
5 changed files with 16 additions and 9 deletions

View File

@@ -584,6 +584,11 @@ public class MobileInput extends InputHandler implements GestureListener{
@Override
public void update(){
if(state.is(State.menu)){
selection.clear();
removals.clear();
mode = none;
}
//reset state when not placing
if(mode == none){