Do not spam renderer updates

This commit is contained in:
CocoTheOwner 2022-01-25 10:50:43 +01:00
parent 2ead5b3c40
commit 1d3fff08ed

View File

@ -192,7 +192,6 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
if(world.hasRealWorld()) {
try {
engine = IrisToolbelt.access(world.realWorld()).getEngine();
Iris.info("Updated Renderer");
return !engine.isClosed();
} catch(Throwable e) {