We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6a49a commit 6f21197Copy full SHA for 6f21197
examples/jsm/nodes/ShaderNode.js
@@ -95,6 +95,7 @@ const ShaderNodeObject = function( obj ) {
95
96
nodeObject = new Proxy( obj, NodeHandler );
97
nodeObjects.set( obj, nodeObject );
98
+ nodeObjects.set( nodeObject, nodeObject );
99
100
}
101
0 commit comments