diff options
author | sanine <sanine.not@pm.me> | 2023-04-19 23:49:38 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-04-19 23:49:38 -0500 |
commit | 445fc5217859a799e3a977c9763141d9a5f6cbb5 (patch) | |
tree | 9fe30aa97fe5d44b1f6fe0f85fe62543f5c2db4b /honey/init.lua | |
parent | 02c6f822e2cca41d5d28afd9f3a05211316587fd (diff) |
add split drawing function and renderQuad component
Diffstat (limited to 'honey/init.lua')
-rw-r--r-- | honey/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/honey/init.lua b/honey/init.lua index 6cf8801..d2f5279 100644 --- a/honey/init.lua +++ b/honey/init.lua @@ -22,6 +22,7 @@ function init(width, height, title) gl.Enable(gl.DEPTH_TEST) honey.ode.InitODE() + honey.mesh.createBuiltins() return window end |