Skip to content

Commit 6dc5369

Browse files
committed
add missing return statement
1 parent 2105c56 commit 6dc5369

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: core/src/processing/core/ThinkDifferent.java

+2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ static public boolean activateSketchWindow() {
148148
} catch (Exception e) {
149149
return false;
150150
}
151+
152+
return false;
151153
}
152154

153155
static {

0 commit comments

Comments
 (0)