You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent render thread panic when the graph is not fully initialized yet
When the rendering has already commenced but the control thread has not
set up the destination node, a panic occurs:
```
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', src/render/graph.rs:479:14
```
We now wait with rendering before the node count is at least 1
0 commit comments