actually clear solver's crate X-(

This commit is contained in:
Kartik K. Agaram 2024-03-20 15:17:15 -07:00
parent 27f73a1afe
commit fac855bcd3
1 changed files with 1 additions and 0 deletions

View File

@ -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