Skip to content

Commit 4bc93e5

Browse files
author
Federico Fissore
committed
MacOSX: millis arg was ignored
1 parent 606aaee commit 4bc93e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/src/processing/app/macosx/ThinkDifferent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private static boolean waitForBase() {
107107

108108
private static void sleep(int millis) {
109109
try {
110-
Thread.sleep(100);
110+
Thread.sleep(millis);
111111
} catch (InterruptedException e) {
112112
//ignore
113113
}

0 commit comments

Comments
 (0)