diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-06 23:02:03 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-06 23:02:03 +0100 |
commit | d3876fb449a38f1108abe39bd8782d7077e6637b (patch) | |
tree | 00baaab645d7a555c1dffdf9792f3f1b2ce6e7af | |
parent | ccf1083d860aabbd01bcbda24bac36cfd9479e70 (diff) |
img
-rw-r--r-- | img/better_disp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/img/better_disp.lua b/img/better_disp.lua index c278396..eed4d6c 100644 --- a/img/better_disp.lua +++ b/img/better_disp.lua @@ -85,6 +85,7 @@ local function adjust_to_2_colors(R,gromlings,pdists) -- todo: be cleverer when deciding whether to merge a into b, or b into a -- currently just merge b into a + debug.debug() assert(best_a and best_b and best_a ~= best_b) all_current_colors[best_b] = false ncolors=ncolors-1 |