Skip to content

Commit 8478554

Browse files
committed
Cleanup from #27243
1 parent 53f07e7 commit 8478554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/nodes/display/ViewportDepthNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ViewportDepthNode extends Node {
5252

5353
if ( this.valueNode !== null ) {
5454

55-
depthPixelBase().assign( this.valueNode );
55+
node = depthPixelBase().assign( this.valueNode );
5656

5757
}
5858

0 commit comments

Comments
 (0)