mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Only hotload noise gen if a generator is open
This commit is contained in:
parent
9cf399f956
commit
611ccd9605
@ -108,6 +108,7 @@ public class NoiseExplorerGUI extends JPanel implements MouseWheelListener, List
|
||||
|
||||
@EventHandler
|
||||
public void on(IrisEngineHotloadEvent e) {
|
||||
if (generator != null)
|
||||
generator = loader.get();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user