X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Mappings.pde;h=12449cd66e325628cce1f65abcc048a55d961053;hb=09437b3e395227ad2061512f9f0333091aeef2b7;hp=6b9b98c76ecc29670df3537bb2b32fff54dcf3c7;hpb=e3da2932ded14d087bfbfe6364c53692c526ca95;p=SugarCubes.git 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 +}