X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=BenMorrow.pde;h=9314c3ce44318661de3af7095c8b0eaa48a259a3;hb=e27a8652bec75b053fbc2a10d0757f0da7ca4766;hp=c632b8df26ec66b57a2a059d62364505e0dcdebb;hpb=efa0f27b8b4f6fbf16b2dc7aadf8164a7a0e3e97;p=SugarCubes.git diff --git a/BenMorrow.pde b/BenMorrow.pde old mode 100644 new mode 100755 index c632b8d..9314c3c --- a/BenMorrow.pde +++ b/BenMorrow.pde @@ -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 +}