summaryrefslogtreecommitdiff
path: root/honey
diff options
context:
space:
mode:
Diffstat (limited to 'honey')
-rw-r--r--honey/init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/honey/init.lua b/honey/init.lua
index 6afa324..26d16e1 100644
--- a/honey/init.lua
+++ b/honey/init.lua
@@ -18,6 +18,8 @@ function init(width, height, title)
gl.InitGlad()
gl.Enable(gl.DEPTH_TEST)
+ honey.ode.InitODE()
+
return window
end