Added final "penup" after drawing vector.

This commit is contained in:
Sandy Noble 2014-07-08 23:14:24 +01:00
parent 2c7078cbea
commit f61d9c4a47
1 changed files with 1 additions and 0 deletions

View File

@ -717,6 +717,7 @@ void sendVectorShapes(RShape vec, float scaling, PVector position, int pathSorti
}
}
}
addToCommandQueue(CMD_PENUP+"END");
println("finished.");
}