From 59b70e473e994d3efaa33f7a9e1e934fb3a8ca8b Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 26 Sep 2022 20:10:54 -0500 Subject: fix memory overflow bug in test_node_push and add import_scene.test.c --- src/import/import.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/import/import.c') diff --git a/src/import/import.c b/src/import/import.c index 400f1d9..8852c81 100644 --- a/src/import/import.c +++ b/src/import/import.c @@ -225,3 +225,9 @@ static void push_node(lua_State *L, struct aiNode *node) lua_setfield(L, nodetbl, "children"); } } + + +static void push_scene(lua_State *L, struct aiNode *node) +{ + +} -- cgit v1.2.1