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; mode = none;
}else if(!selectPlans.isEmpty()){ }else if(!selectPlans.isEmpty()){
flushPlans(selectPlans); flushPlans(selectPlans);
movedPlan = true;
}else if(isPlacing()){ }else if(isPlacing()){
selectX = cursorX; selectX = cursorX;
selectY = cursorY; selectY = cursorY;

View File

@@ -26,4 +26,4 @@ org.gradle.caching=true
org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000 org.gradle.internal.http.connectionTimeout=100000
android.enableR8.fullMode=false android.enableR8.fullMode=false
archash=7c091c5e33 archash=8abaedb419