From 87e11f6b93d9f455fb0f91345d350a886ce34181 Mon Sep 17 00:00:00 2001 From: Sandy Noble Date: Sat, 10 Oct 2015 10:31:40 +0100 Subject: [PATCH] Removing initImages() from setup(), duh --- polargraphcontroller.pde | 2 -- 1 file changed, 2 deletions(-) diff --git a/polargraphcontroller.pde b/polargraphcontroller.pde index a7aeeb2..f7f6db0 100644 --- a/polargraphcontroller.pde +++ b/polargraphcontroller.pde @@ -524,8 +524,6 @@ void setup() initLogging(); parentPapplet = this; - initImages(); - RG.init(this); RG.setPolygonizer(RG.ADAPTATIVE);