aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-04-05 11:34:00 +0200
committerne_mene <[email protected]>2026-04-05 11:34:00 +0200
commit8c12cad81581059c3b2da35b740eb2a75dca68ae (patch)
tree3de1446316fd00b02363912dd027b6e4aac43260 /main.lua
parent01705a325f89d14ae59f0614d158aadb24bb78dc (diff)
parent5c5e9adcae6333b4048c874c2abc7ea9ecb6ef94 (diff)
Merge remote-tracking branch 'refs/remotes/origin/main'
i have no idea bruh
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 1e7e981..b177a5a 100644
--- a/main.lua
+++ b/main.lua
@@ -36,6 +36,7 @@ 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)