mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Prevent crash due to not returning value from layout_template_end
This commit is contained in:
parent
9ba37e4e4a
commit
018aaf60a0
1 changed files with 1 additions and 0 deletions
|
@ -2181,6 +2181,7 @@ static int nk_love_layout_template_end(lua_State *L)
|
|||
nk_love_assert_argc(lua_gettop(L) == 1);
|
||||
nk_love_assert_context(1);
|
||||
nk_layout_row_template_end(&context->nkctx);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int nk_love_layout_template(lua_State *L)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue