screenshot: use new report button offset

This commit is contained in:
Max Weber
2021-05-19 08:00:09 -06:00
committed by Adam
parent 6162c581c0
commit ff033177de

View File

@@ -50,7 +50,7 @@ import net.runelite.client.ui.overlay.OverlayPriority;
class ScreenshotOverlay extends Overlay
{
private static final DateFormat DATE_FORMAT = new SimpleDateFormat("MMM. dd, yyyy");
private static final int REPORT_BUTTON_X_OFFSET = 404;
private static final int REPORT_BUTTON_X_OFFSET = 437;
private final Client client;
private final DrawManager drawManager;