X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Mappings.pde;h=314a88d19786f6425694037adde50f44cd26be36;hb=b8bb27489db7dc687bf150576e9d9439f1fa17a6;hp=feca86e71a953871f7c7599ec6e1022586b4d4d7;hpb=1d10568e37941b6da5fc9c4d58f41d50fba8fb89;p=SugarCubes.git diff --git a/_Mappings.pde b/_Mappings.pde index feca86e..314a88d 100644 --- a/_Mappings.pde +++ b/_Mappings.pde @@ -210,7 +210,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); } @@ -422,4 +422,4 @@ class ChannelMapping { objectIndices[i] = (i < rawObjectIndices.length) ? rawObjectIndices[i] : NO_OBJECT; } } -} \ No newline at end of file +}