From: Mark Slee Date: Wed, 16 Oct 2013 07:44:35 +0000 (-0700) Subject: Add ry to strip model X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=commitdiff_plain;h=7dceead9821776decbad4ff9564e09c68f1c860b Add ry to strip model --- diff --git a/_Mappings.pde b/_Mappings.pde index 9e487f0..9ff78ba 100644 --- a/_Mappings.pde +++ b/_Mappings.pde @@ -117,7 +117,7 @@ public Model buildModel() { for (Cube cube : singleCubes) cubes[cubeIndex++] = cube; for (Cube cube : dcubes) cubes[cubeIndex++] = cube; - return new Model(towerList, cubes, bassBox, speakers); + return new Model(towerList, cubes, bassBox, speakers); } /** diff --git a/code/GLucose.jar b/code/GLucose.jar index 326cb38..91dd105 100755 Binary files a/code/GLucose.jar and b/code/GLucose.jar differ