Merge branch 'alexdesktopworking' of https://github.com/sugarcubes/SugarCubes into...
[SugarCubes.git] / TestPatterns.pde
old mode 100644 (file)
new mode 100755 (executable)
index 706626d..b2e49f1
@@ -16,10 +16,10 @@ class TestSpeakerMapping extends TestPattern {
       for (Strip strip : speaker.strips) {
         float b = 100;
         for (Point p : strip.points) {
-        colors[p.index] = color(h % 360, 100, b);
-        b = max(0, b - 10);
-      }
-      h += 70;
+          colors[p.index] = color(h % 360, 100, b);
+          b = max(0, b - 10);
+        }
+        h += 70;
       }
     }
   }