Skip to content

Commit

Permalink
NodeBuilderState: Update description (#30355)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag authored Jan 18, 2025
1 parent e4e6f20 commit eab9b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/common/nodes/NodeBuilderState.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class NodeBuilderState {

for ( const instanceGroup of this.bindings ) {

const shared = instanceGroup.bindings[ 0 ].groupNode.shared; // TODO: Is it safe to always check the first binding in the group?
const shared = instanceGroup.bindings[ 0 ].groupNode.shared; // All bindings in the group must have the same groupNode.

if ( shared !== true ) {

Expand Down

0 comments on commit eab9b31

Please sign in to comment.