X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_PandaDriver.pde;fp=_PandaDriver.pde;h=24afa20438d80422bab8bef435901781824beec0;hb=2bb5682284f70c5788cbfcb9cba3c7bf66a104b6;hp=0aca6af10101f7a80ec0b70519e686add8ec5619;hpb=bae2197a9a134bd45f983cd81ceb635d646620e3;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) {