X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_PandaDriver.pde;h=24afa20438d80422bab8bef435901781824beec0;hb=71515698b89967ed5c723b70cff39a96dedff20f;hp=0aca6af10101f7a80ec0b70519e686add8ec5619;hpb=1f42cce70281d4d70378a2be362f6cb2c6d5f45f;p=SugarCubes.git diff --git a/_PandaDriver.pde b/_PandaDriver.pde index 0aca6af..24afa20 100644 --- a/_PandaDriver.pde +++ b/_PandaDriver.pde @@ -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) {