Fix debug tool with new number of channels
[SugarCubes.git] / _Mappings.pde
index e42f6d7063341c6609c674e00dfd172f72ee902a..9f57e1803791beb1474425d1efcd6095f7d463df 100644 (file)
@@ -22,6 +22,8 @@ public Model buildModel() {
   final Cube.Wiring WFR = Cube.Wiring.FRONT_RIGHT;
   final Cube.Wiring WRL = Cube.Wiring.REAR_LEFT;
   final Cube.Wiring WRR = Cube.Wiring.REAR_RIGHT;
+  
+  final float CH = Cube.EDGE_HEIGHT;
 
   // The model is represented as an array of towers. The cubes in the tower
   // are represenented relatively. Each tower has an x, y, z reference position,