Skip to content

Commit

Permalink
Merge branch 'stable' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed May 11, 2024
2 parents c45f66a + 2588d1a commit 9403f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/l_graphics_font.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static int l_lovrFontGetLines(lua_State* L) {
ColoredString* strings = luax_checkcoloredstrings(L, 2, &count, &stack);
float wrap = luax_checkfloat(L, 3);
lua_newtable(L);
lovrFontGetLines(font, strings, 1, wrap, online, L);
lovrFontGetLines(font, strings, count, wrap, online, L);
if (strings != &stack) lovrFree(strings);
return 1;
}
Expand Down

0 comments on commit 9403f51

Please sign in to comment.