aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
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 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)