mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
🐛 Fix a lot of newly introduced bugs.
This commit is contained in:
@@ -253,4 +253,10 @@ public class TouchscreenOverlay extends Screen
|
||||
{
|
||||
super.render(mouseX, mouseY, delta);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean mouseClicked(double mouseX, double mouseY, int button)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user