Make whale watchers overlay moveable (#661)

This commit is contained in:
ThatGamerBlue
2019-06-20 00:25:43 +01:00
committed by James
parent 2a0bf66e3b
commit cdd272b2a6

View File

@@ -47,8 +47,8 @@ public class WhaleWatchersOverlay extends Overlay
this.plugin = plugin;
setLayer(OverlayLayer.ABOVE_WIDGETS);
setPriority(OverlayPriority.HIGHEST);
setPosition(OverlayPosition.DYNAMIC);
this.setPreferredPosition(OverlayPosition.TOP_CENTER);
setPosition(OverlayPosition.TOP_LEFT);
this.setPreferredPosition(OverlayPosition.TOP_LEFT);
panelComponent = new PanelComponent();
}