lol
This commit is contained in:
GiantLuigi4 2023-05-31 23:14:08 -04:00
parent 52f7695c1c
commit a9b205e651

View File

@ -138,9 +138,6 @@ public abstract class WDScreen extends Screen {
for(Control ctrl: controls) {
clicked = ctrl.mouseClicked(mouseX, mouseY, button);
if (clicked) {
System.out.println(ctrl);
}
if (clicked) break; // don't assume the compiler will optimize stuff
}