From df76d50d19a1eff2f0b52200f9e6910ed6fb39ce Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 31 Aug 2024 19:43:44 -0700 Subject: [PATCH] stale hack --- main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/main.lua b/main.lua index 5818a07..4de2267 100644 --- a/main.lua +++ b/main.lua @@ -148,7 +148,6 @@ end function love.resize(w,h) --? print(("Window resized to width: %d and height: %d."):format(w, h)) App.screen.width, App.screen.height = w, h - Editor.selection1 = {} -- no support for shift drag while we're resizing Editor.right = App.screen.width-Margin_right Editor.width = Editor.right-Editor.left Editor.bottom = App.screen.height-Margin_top