diff options
Diffstat (limited to 'src/honey.c')
-rw-r--r-- | src/honey.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/honey.c b/src/honey.c index 4757f53..f58be3e 100644 --- a/src/honey.c +++ b/src/honey.c @@ -131,6 +131,8 @@ bool honey_setup(lua_State** L) honey_setup_texture(*L); + honey_setup_scene_tree(*L); + lua_pushcfunction(*L, honey_exit); lua_setfield(*L, -2, "exit"); |