Working Driving Cross Sections
[SugarCubes.git] / GranimPattern.pde
index 606c9e2e3ca17219f203eb11cabda5b06b8ce2b3..0a34bafe986d1d4baac8eda506158b9cc3a1ef40 100644 (file)
@@ -110,7 +110,7 @@ class GranimPattern extends SCPattern
                                ((Granim) g).update();
                        }
                        List<Point> drawList = model.points.subList(Math.min(g.position,colors.length-1), Math.min(g.position + g.width(),colors.length-1));
-                       println("drawlistsize "+drawList.size());
+                       //println("drawlistsize "+drawList.size());
                        
                        gbuffer = g.graphicBuffer.toArray(new Integer[0]);