Fix Swim and balance
[SugarCubes.git] / _PandaDriver.pde
index 0aca6af10101f7a80ec0b70519e686add8ec5619..24afa20438d80422bab8bef435901781824beec0 100644 (file)
@@ -264,7 +264,7 @@ public static class PandaDriver {
   
   private int mapStrip(Strip s, int direction, int[] points, int pi) {
     if (direction == FORWARD) {
-      for (Point p : s.points) {
+      for (LXPoint p : s.points) {
         points[pi++] = p.index;
       }
     } else if (direction == BACKWARD) {