summaryrefslogtreecommitdiff
path: root/honey/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'honey/init.lua')
-rw-r--r--honey/init.lua1
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