Fixed #6782 / Fixed #6781 / Fixed #6779

This commit is contained in:
Anuken
2022-05-08 09:23:43 -04:00
parent aaccb36d93
commit e94e31aedf
3 changed files with 8 additions and 2 deletions

View File

@@ -590,6 +590,10 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
logicCutsceneZoom = -1f;
}
if(!commandMode){
commandRect = false;
}
playerPlanTree.clear();
player.unit().plans.each(playerPlanTree::insert);