Revert "temporarily catch all errors in overlay rendering"

This reverts commit e1b35f7162.
This commit is contained in:
Justin
2021-12-04 10:40:07 +11:00
parent d0391b4991
commit 2cd23c5981

View File

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