Skip to content

Commit

Permalink
remove that as well
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed May 10, 2024
1 parent 2d48697 commit 8770985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public boolean mouseClicked(int mouseX, int mouseY, int mouseButton) throws IOEx
break;
}

return hoppityPage.mouseClicked(mouseX, mouseY, mouseButton);
return false;
}

public void drawEssence(
Expand Down

0 comments on commit 8770985

Please sign in to comment.