diff --git a/polargraphcontroller.pde b/polargraphcontroller.pde index f46dace..48c73e7 100644 --- a/polargraphcontroller.pde +++ b/polargraphcontroller.pde @@ -2963,7 +2963,7 @@ void loadFromPropertiesFile() RShape shape = null; try { - shape = RG.loadShape(getVectorFilename()); + shape =loadShapeFromFile(getVectorFilename()); } catch (Exception e) {