diff options
| author | ne_mene <[email protected]> | 2026-03-31 10:35:52 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-31 10:35:52 +0200 |
| commit | e3e9d4013853903a2ab76c18328d646d53e4e085 (patch) | |
| tree | 0139ed2b9d5172e33ec65584c394d07a88e4cbcd /main.lua | |
| parent | 3da1506af665aa3d4df52cff36f8de123d42ced0 (diff) | |
removed outdated TODO
Diffstat (limited to 'main.lua')
| -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) |
