diff options
author | sanine <sanine.not@pm.me> | 2023-03-22 23:06:40 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-03-22 23:06:40 -0500 |
commit | f4346b8f06653dbc1e0c346d88f5f83ca8a7b876 (patch) | |
tree | 573fc6e2af45619eb19f17d965639785783cdfbb /honey/init.lua | |
parent | a74ae213158c2458e13a195c4a4c8d0d01d6330e (diff) |
re-implement bouncing ball
Diffstat (limited to 'honey/init.lua')
-rw-r--r-- | honey/init.lua | 2 |
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 |