dev tools: draw over everything

This commit is contained in:
Adam
2018-01-09 20:09:02 -05:00
parent 6a57783541
commit a87a969c70

View File

@@ -81,6 +81,9 @@ public class DevToolsOverlay extends Overlay
public DevToolsOverlay(@Nullable Client client, DevToolsPlugin plugin)
{
setPosition(OverlayPosition.DYNAMIC);
setDrawOverBankScreen(true);
setDrawOverClickToPlayScreen(true);
setDrawOverLoginScreen(true);
this.client = client;
this.plugin = plugin;
}