runecraft: fix layer of AbyssOverlay
This stops the rift highlights being drawn over the UI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user