mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Nov 26, 2024, 11:04 PM
This commit is contained in:
parent
517f121479
commit
5f647e70e9
1 changed files with 1 additions and 1 deletions
|
@ -1738,7 +1738,7 @@ static int nk_love_frame_begin(lua_State *L)
|
|||
lua_rawgeti(L, -1, love_handle->ref);
|
||||
nk_love_checkFont(L, -1, &context->fonts[context->font_count]);
|
||||
lua_pop(L, 1);
|
||||
context->nkctx.stacks.fonts.elements[i].old_value = &context->fonts[context->font_count++];
|
||||
context->nkctx.stacks.fonts.elements[i].old_value = (const struct nk_user_font *)&context->fonts[context->font_count++];
|
||||
}
|
||||
lua_pop(L, 1);
|
||||
context->layout_ratio_count = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue