stale hack

This commit is contained in:
Kartik K. Agaram 2024-08-31 19:43:44 -07:00
parent 6c71be2e56
commit df76d50d19
1 changed files with 0 additions and 1 deletions

View File

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