Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Aug 25, 2024
1 parent d73dc3d commit 277282d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/gpgpu/WorkgroupInfoNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class WorkgroupInfoElementNode extends ArrayElementNode {

super( workgroupInfoNode, indexNode );

this.isScopedArrayElementNode = true;
this.isWorkgroupInfoElementNode = true;

}

Expand Down

0 comments on commit 277282d

Please sign in to comment.