Skip to content

Commit ae91e22

Browse files
committed
update node bounds after update.
1 parent f7bd55f commit ae91e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/marginallyclever/nodegraphcore/ThreadPoolScheduler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public void update() {
4646
threadPool.submit(() -> {
4747
try {
4848
node.update();
49+
node.updateBounds();
4950
for(Node downstreamNode : node.getDownstreamNodes()) {
5051
if(downstreamNode.isDirty()) {
5152
submit(downstreamNode); // Submit downstream nodes

0 commit comments

Comments
 (0)