runecraft: fix layer of AbyssOverlay

This stops the rift highlights being drawn over the UI
This commit is contained in:
Hydrox6
2019-08-27 02:25:33 +01:00
committed by Adam
parent fd50192e04
commit 7197f0e2d8

View File

@@ -77,7 +77,7 @@ class AbyssOverlay extends Overlay
AbyssOverlay(Client client, RunecraftPlugin plugin, RunecraftConfig config)
{
setPosition(OverlayPosition.DYNAMIC);
setLayer(OverlayLayer.ABOVE_WIDGETS);
setLayer(OverlayLayer.ABOVE_SCENE);
this.client = client;
this.plugin = plugin;
this.config = config;