diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-06 01:24:26 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-06 01:24:26 +0100 |
commit | b7850577cc3662bd0846750ed3853e97205575d7 (patch) | |
tree | 222b28b9d11f9eee6afa54af775047299dbda2f9 | |
parent | 1768411806861f3b1a3f1b6b37f2ff3d7120c315 (diff) |
img
-rw-r--r-- | img/better_disp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/img/better_disp.lua b/img/better_disp.lua index 4419b95..aeced0b 100644 --- a/img/better_disp.lua +++ b/img/better_disp.lua @@ -22,7 +22,7 @@ local function vlorb(onc,offc, g1,g2,g3,g4,g5,g6) return textc,bgc,string.char(vlorbchar) end -local should_be_on(col) +local function should_be_on(col) return col[1]+col[2]+col[3] > 1.5 end |