From 24acdab261e9368768c48a510652fae45d3dd3a4 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 11 Oct 2015 14:10:56 +0100 Subject: [PATCH] Fix the example --- examples/controllers/ControlP5icon/ControlP5icon.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/controllers/ControlP5icon/ControlP5icon.pde b/examples/controllers/ControlP5icon/ControlP5icon.pde index ad686a6..b0ad3d4 100644 --- a/examples/controllers/ControlP5icon/ControlP5icon.pde +++ b/examples/controllers/ControlP5icon/ControlP5icon.pde @@ -36,7 +36,7 @@ void draw() { } void icon(boolean theValue) { - println("got an event for icon", theValue); + println("got an event for icon" + theValue); } /*