aboutsummaryrefslogtreecommitdiffstats
path: root/flipdot
diff options
context:
space:
mode:
authorgithubert <ikseno@googlemail.com>2013-05-27 00:06:28 +0200
committergithubert <ikseno@googlemail.com>2013-05-27 00:06:28 +0200
commit4ba89267cbaab14868bb2cc7f6eb52b5b66d9683 (patch)
treeedfeeffa74bfad83864d592d9de6a2ff0626fda5 /flipdot
parent1b7f3cc8bb966ec0c308532695d58adb642dad04 (diff)
weniger debugHEADmaster
Diffstat (limited to 'flipdot')
-rw-r--r--flipdot/flipdot.pde2
1 files changed, 0 insertions, 2 deletions
diff --git a/flipdot/flipdot.pde b/flipdot/flipdot.pde
index 6738128..e2028db 100644
--- a/flipdot/flipdot.pde
+++ b/flipdot/flipdot.pde
@@ -25,8 +25,6 @@ void draw() {
x = (mouseX - (mouseX % scale)) / scale;
y = (mouseY - (mouseY % scale))/ scale;
- println("x, y: " + x + " " + y);
-
if( mousePressed &&
(x < w && x >= 0) &&
(y < h && y >= 0) ) {