summaryrefslogtreecommitdiff
path: root/honey/init.lua
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-03-22 23:06:40 -0500
committersanine <sanine.not@pm.me>2023-03-22 23:06:40 -0500
commitf4346b8f06653dbc1e0c346d88f5f83ca8a7b876 (patch)
tree573fc6e2af45619eb19f17d965639785783cdfbb /honey/init.lua
parenta74ae213158c2458e13a195c4a4c8d0d01d6330e (diff)
re-implement bouncing ball
Diffstat (limited to 'honey/init.lua')
-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