diff --git a/app/src/processing/app/macosx/ThinkDifferent.java b/app/src/processing/app/macosx/ThinkDifferent.java index 132e7efe6..a7fd15570 100644 --- a/app/src/processing/app/macosx/ThinkDifferent.java +++ b/app/src/processing/app/macosx/ThinkDifferent.java @@ -107,7 +107,7 @@ public class ThinkDifferent { private static void sleep(int millis) { try { - Thread.sleep(100); + Thread.sleep(millis); } catch (InterruptedException e) { //ignore }