diff options
| -rw-r--r-- | main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ function love.draw(dt) fire_event(scn.on_draw, dt) - -- TODO: Take care of weird displays lg.setCanvas() local scr_width, scr_height = lg.getDimensions() WindowScale = min(scr_width / SCR_WIDTH, scr_height / SCR_HEIGHT) |
