Skip to content

Commit

Permalink
Update GuiBook.java
Browse files Browse the repository at this point in the history
Fix the spotless.
  • Loading branch information
alcatrazEscapee authored Nov 2, 2023
1 parent 5a04005 commit f61dfd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public boolean mouseClickedScaled(double mouseX, double mouseY, int mouseButton)
}
}

for(GuiEventListener listener : children()) {
for (GuiEventListener listener : children()) {
if (listener.mouseClicked(mouseX, mouseY, mouseButton)) {
if (mouseButton == GLFW.GLFW_MOUSE_BUTTON_LEFT) {
setDragging(true);
Expand Down

0 comments on commit f61dfd4

Please sign in to comment.