diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-06 23:09:25 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-06 23:09:25 +0100 |
commit | df84cb8ccdedce4e81312fbefecbedd96c1d19ee (patch) | |
tree | 45cd5f416e4f9eb941c86f9345cd320202c2515f /img | |
parent | e8d629f13722e43a838eb8aefc69781a245926a9 (diff) |
img
Diffstat (limited to '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 d6e2adf..729daba 100644 --- a/img/better_disp.lua +++ b/img/better_disp.lua @@ -121,7 +121,7 @@ local function gromling_list_to_vlorb(gromling_colors) end end end - return ca,cb,table.unpack(gs) + return ca,cb or colors.black,table.unpack(gs) end |