Add ry to strip model
authorMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Wed, 16 Oct 2013 07:44:35 +0000 (00:44 -0700)
committerMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Wed, 16 Oct 2013 07:46:20 +0000 (00:46 -0700)
_Mappings.pde
code/GLucose.jar

index 9e487f0cf2656c455529a925d3b01462051894a5..9ff78ba00a37f45aa3afbbc76e0734eb3abaee8f 100644 (file)
@@ -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);
 }
 
 /**
index 326cb384dd61141747cdde4cd3d8fa9ae4ca6bf8..91dd10571d1b469e488b39317fbc639d135e1c6c 100755 (executable)
Binary files a/code/GLucose.jar and b/code/GLucose.jar differ