new mapping, fully working
[SugarCubes.git] / BenMorrow.pde
old mode 100644 (file)
new mode 100755 (executable)
index c632b8d..9314c3c
@@ -135,15 +135,8 @@ class DriveableCrossSections extends CrossSections
                addParameter(xd);
            addParameter(yd);
            addParameter(zd);
-           addParameter(xr);
-           addParameter(yr);
-           addParameter(zr);    
-           addParameter(xw);
-           addParameter(xl);
-           addParameter(yl);
-           addParameter(zl);
-               addParameter(yw);    
-           addParameter(zw);
+
+          super.addParams();
        }
 
        public void onParameterChanged(LXParameter p) {
@@ -190,4 +183,4 @@ class DriveableCrossSections extends CrossSections
                }
        }
 
-}
\ No newline at end of file
+}