diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-07 05:32:44 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-07 05:32:44 +0000 |
commit | 7d6ff5af5b35a02f5cf5b1a9d71fa40fc93f8d75 (patch) | |
tree | 6515633c32a2a2f816a2bd18041479a30472fb16 /shop2 | |
parent | 09d6343a508551dcaddb220236926c407a3ad89e (diff) |
shop2
Diffstat (limited to 'shop2')
-rw-r--r-- | shop2/disp.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shop2/disp.lua b/shop2/disp.lua index 44aa746..3a95d11 100644 --- a/shop2/disp.lua +++ b/shop2/disp.lua @@ -50,8 +50,7 @@ local function disp_shopscreen(items) table.sort(adrs) - -- do all processing and counting BEFORE clearing monitor - -- to avoid flickering + -- took stock before clear, to avoid flickering mon.clear() mon.setTextScale(0.5) |