Skip to content

Commit 4886b53

Browse files
committed
Whoops, fixed wrong variable name
1 parent 7b776df commit 4886b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdlua_gfx.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ static int set_size(lua_State* L)
668668
obj->gfx.width = luaL_checknumber(L, 1);
669669
obj->gfx.height = luaL_checknumber(L, 2);
670670
pdlua_gfx_repaint(obj, 0);
671-
canvas_fixlinesfor(obj->glist, (t_text*)obj);
671+
canvas_fixlinesfor(obj->canvas, (t_text*)obj);
672672
return 0;
673673
}
674674

0 commit comments

Comments
 (0)