aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-04-05 01:31:39 +0200
committerne_mene <[email protected]>2026-04-05 01:31:39 +0200
commit2c4dd247e3a7621e3cc3fd0c46927d8daf12e0d5 (patch)
tree8235c0c440b66fda6e11f3c0189eee18d995813f /main.lua
parent0351480c89d0fe65786ce9a85ec1d39c32f5110d (diff)
removed the funny :(
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 79ee0f8..ce6e306 100644
--- a/main.lua
+++ b/main.lua
@@ -32,7 +32,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)