diff options
Diffstat (limited to 'img')
-rw-r--r-- | img/better_disp.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/img/better_disp.lua b/img/better_disp.lua index eed4d6c..c278396 100644 --- a/img/better_disp.lua +++ b/img/better_disp.lua @@ -85,7 +85,6 @@ 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 |