🐛 Fix a lot of newly introduced bugs.

This commit is contained in:
LambdAurora
2019-12-12 23:49:34 +01:00
parent cf1df6302d
commit ba125fd527
6 changed files with 146 additions and 23 deletions

View File

@@ -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;
}
}