X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Overlay.pde;h=29e2353a8a0989627326d30c99947fab0662243a;hb=d564b8dbc28f008bd4d45d7beb16164f93274977;hp=5bafe290aee9ac51b03bf4c0ac6e4b04e5e63382;hpb=1685dc840e4748f11a9e6690b9ddce4a6e8b7084;p=SugarCubes.git diff --git a/_Overlay.pde b/_Overlay.pde index 5bafe29..29e2353 100644 --- a/_Overlay.pde +++ b/_Overlay.pde @@ -744,7 +744,7 @@ class DebugUI { boolean first = true; int cubeNum = 0; for (int cube : channel) { - if (cube == 0) { + if (cube <= 0) { break; } xPos += debugXSpacing;