changeset 21:028b5ab1d98d

The delay() function does not exist in ProcessingJS, so don't use it.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jul 2018 10:10:46 +0300
parents 72407a4d9539
children a8e56d4f947b
files multipaint.pde
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/multipaint.pde	Wed Jul 04 10:08:35 2018 +0300
+++ b/multipaint.pde	Wed Jul 04 10:10:46 2018 +0300
@@ -279,7 +279,6 @@
     if (!focused) {
         g_control = false;
         g_shift = false;
-        delay(200);
     }
 
     if (g_data[int('n')] == 1) {