From fac855bcd3ef1c42ad4ed20a57d87b43dba56673 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 20 Mar 2024 15:17:15 -0700 Subject: [PATCH] actually clear solver's crate X-( --- screens/main | 1 + 1 file changed, 1 insertion(+) diff --git a/screens/main b/screens/main index c714852..93825fc 100644 --- a/screens/main +++ b/screens/main @@ -61,6 +61,7 @@ function car.mouse_press(x,y, b) return end if mouse_press_consumed_by_any_button(ui_state, x,y, b) then + crate_to_move = nil return end if x > left and x < left+lw*side and y > top and y < top+lh*side then