summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--img/better_disp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/better_disp.lua b/img/better_disp.lua
index 6f60c1b..c278396 100644
--- a/img/better_disp.lua
+++ b/img/better_disp.lua
@@ -151,7 +151,7 @@ local function disp(R,img,scrx,scry,w,h,imgx,imgy)
end
end
- local lCx_gromlings = adjust_to_2_colors(lPx_gromlings)
+ local lCx_gromlings = adjust_to_2_colors(R,lPx_gromlings,pdists)
local textc,bgc,vlorbchar = vlorb(gromling_list_to_vlorb(lCx_gromlings))
R.setTextColor(textc)
R.setBackgroundColor(bgc)