aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-04-05 01:27:56 +0200
committerne_mene <[email protected]>2026-04-05 01:27:56 +0200
commit0351480c89d0fe65786ce9a85ec1d39c32f5110d (patch)
treef217f5523bbf4a1128b64775ac3a56be9b5aab86
parent1e20a7fd48b47f461dc6fd00fbd6b3ccfe509fc7 (diff)
funny comment
-rw-r--r--main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index ce6e306..79ee0f8 100644
--- a/main.lua
+++ b/main.lua
@@ -32,6 +32,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)