aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-31 10:35:52 +0200
committerne_mene <[email protected]>2026-03-31 10:35:52 +0200
commite3e9d4013853903a2ab76c18328d646d53e4e085 (patch)
tree0139ed2b9d5172e33ec65584c394d07a88e4cbcd
parent3da1506af665aa3d4df52cff36f8de123d42ced0 (diff)
removed outdated TODO
-rw-r--r--main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 5bd9108..8604b6a 100644
--- a/main.lua
+++ b/main.lua
@@ -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)