aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-04-05 11:35:05 +0200
committerne_mene <[email protected]>2026-04-05 11:35:05 +0200
commit763f2783bc63ec9aa00bc6e138450eae400ca5c5 (patch)
tree31c594d81b543224dbfe594380f6553066c31161
parent8c12cad81581059c3b2da35b740eb2a75dca68ae (diff)
are you DENSE!?
-rw-r--r--main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index b177a5a..1e7e981 100644
--- a/main.lua
+++ b/main.lua
@@ -36,7 +36,6 @@ function love.draw(dt)
local scn = get_current_scene()
assert(scn, "No scene set.")
- -- borgir
fire_event(scn.on_draw, dt)
fire_event(global_on_draw, dt)