X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=_Mappings.pde;h=12449cd66e325628cce1f65abcc048a55d961053;hp=6b9b98c76ecc29670df3537bb2b32fff54dcf3c7;hb=09f7f5dff86f1b54a789e39b4f6ab24ed072c17d;hpb=1c44211b1a15965afee7056a2f1d43a1306df61b diff --git a/_Mappings.pde b/_Mappings.pde index 6b9b98c..12449cd 100644 --- a/_Mappings.pde +++ b/_Mappings.pde @@ -222,7 +222,7 @@ for (StaggeredTower st : scubes) { tower.add(cubes[cubeIndex++] = new Cube(st.x, st.y + CH* 4/3.*i, st.z, 0, st.r, 0, w)); } towerList.add(new Tower(tower)); - } + } return new Model(towerList, cubes, bassBox, speakers); } @@ -434,4 +434,4 @@ class ChannelMapping { objectIndices[i] = (i < rawObjectIndices.length) ? rawObjectIndices[i] : NO_OBJECT; } } -} \ No newline at end of file +}