mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Do not spam renderer updates
This commit is contained in:
@@ -192,7 +192,6 @@ public class VisionGUI extends JPanel implements MouseWheelListener, KeyListener
|
|||||||
if(world.hasRealWorld()) {
|
if(world.hasRealWorld()) {
|
||||||
try {
|
try {
|
||||||
engine = IrisToolbelt.access(world.realWorld()).getEngine();
|
engine = IrisToolbelt.access(world.realWorld()).getEngine();
|
||||||
Iris.info("Updated Renderer");
|
|
||||||
return !engine.isClosed();
|
return !engine.isClosed();
|
||||||
} catch(Throwable e) {
|
} catch(Throwable e) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user