temporarily catch all errors in overlay rendering

This commit is contained in:
ThatGamerBlue
2021-12-02 02:11:07 +00:00
parent 401acecf50
commit e1b35f7162

View File

@@ -787,7 +787,7 @@ public class OverlayRenderer extends MouseAdapter implements KeyListener
{
overlayDimension = overlay.render(graphics);
}
catch (Exception ex)
catch (Error ex)
{
log.warn(DEDUPLICATE, "Error during overlay rendering", ex);
return;