diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-31 04:02:39 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-31 04:02:39 +0000 |
commit | 36bbfc1e3877607fdc9d30a060ea890e04b3fe16 (patch) | |
tree | ae62eb98909ee409842fea8dd5605561d0a2546a /img | |
parent | 468435b046db41e94819bd5eada646ef5977ffbe (diff) |
print
Diffstat (limited to 'img')
-rw-r--r-- | img/print.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/img/print.lua b/img/print.lua index f6bcef7..69bd851 100644 --- a/img/print.lua +++ b/img/print.lua @@ -41,6 +41,7 @@ local function print_tile(tilex,tiley) end printer.addShapes(shapes) printer.setTooltip("("..tilex..","..tiley..")") + printer.commit(1) end |