From: bb3dan Date: Fri, 4 Oct 2013 23:32:38 +0000 (-0400) Subject: fixed worms X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=063fdce20916122031920226bd9c929302ba3b7a;p=SugarCubes.git fixed worms --- diff --git a/DanHorwitz.pde b/DanHorwitz.pde index 2ea3991..d084609 100755 --- a/DanHorwitz.pde +++ b/DanHorwitz.pde @@ -509,7 +509,7 @@ class dLattice { dLattice DL_; //---------------------------------------------------------------------------------------------------------------------------------- -class Graph extends SCPattern { +class Worms extends SCPattern { int draw(dCursor c, int nAmount) { int nFrom = max(c.nLast+1,c.pos >> 12); @@ -528,7 +528,7 @@ class Graph extends SCPattern { int Cursors = 40; dCursor cur[] = new dCursor[Cursors]; - Graph(GLucose glucose) { + Worms(GLucose glucose) { super(glucose); if (DL_ == null) DL_ = new dLattice(); for (int i=0; i