allow Labels to write tile textures

develop
Myk Taylor 2022-12-28 23:16:13 -08:00
parent d7b67e9528
commit cff603e243
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -988,7 +988,7 @@ function render_text(obj,dc,x0,y0,pen,dpen,disabled)
if token.tile then
x = x + 1
if dc then
dc:char(nil, token.tile)
dc:tile(nil, token.tile)
end
end