Skip to content

Commit

Permalink
add missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hx2A committed Jan 12, 2025
1 parent 2105c56 commit 6dc5369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/processing/core/ThinkDifferent.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ static public boolean activateSketchWindow() {
} catch (Exception e) {
return false;
}

return false;
}

static {
Expand Down

0 comments on commit 6dc5369

Please sign in to comment.