aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-04 22:55:10 -0400
committeriamcheeseman <[email protected]>2026-04-04 22:55:10 -0400
commit5c5e9adcae6333b4048c874c2abc7ea9ecb6ef94 (patch)
treef217f5523bbf4a1128b64775ac3a56be9b5aab86
parent2c4dd247e3a7621e3cc3fd0c46927d8daf12e0d5 (diff)
Revert "removed the funny :("
This reverts commit 2c4dd247e3a7621e3cc3fd0c46927d8daf12e0d5. SHAME ON YOU, COWARD
-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)