SCPattern moved out of GLucose
[SugarCubes.git] / SamMorrow.pde
index 350615dbdbb614016f99dfda9ba7b9619a54f2da..00ed073c46506c1f3012938381efc3f89892c676 100644 (file)
@@ -1,13 +1,13 @@
 abstract class SamPattern extends SCPattern {
-  public SamPattern(GLucose glucose) {
-    super(glucose);
+  public SamPattern(LX lx) {
+    super(lx);
     setEligible(false);
   }
 }
 
 class JazzRainbow extends SamPattern {
-  public JazzRainbow(GLucose glucose) {
-    super(glucose);
+  public JazzRainbow(LX lx) {
+    super(lx);
   }