This commit is contained in:
Anuken
2025-06-14 10:29:51 -04:00
parent a8700ef441
commit 96b0544261
2 changed files with 2 additions and 1 deletions

View File

@@ -733,6 +733,7 @@ public class DesktopInput extends InputHandler{
mode = none;
}else if(!selectPlans.isEmpty()){
flushPlans(selectPlans);
movedPlan = true;
}else if(isPlacing()){
selectX = cursorX;
selectY = cursorY;