summaryrefslogtreecommitdiff
path: root/src/texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/texture.c')
-rw-r--r--src/texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texture.c b/src/texture.c
index 32240c6..4dbc8d1 100644
--- a/src/texture.c
+++ b/src/texture.c
@@ -36,7 +36,7 @@ static void setup_texture(lua_State* L, honey_texture** tex, bool use_params)
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-static int honey_lua_texture_new(lua_State* L)
+int honey_lua_texture_new(lua_State* L)
{
honey_texture* texture;
int choice = honey_lua_parse_arguments(L, 2, 0, 1, HONEY_TABLE, NULL);