Skip to content

Commit 0fbaef0

Browse files
authored
TSL: Fix pass() build during sample() call using Mesh (#31431)
1 parent 1bac634 commit 0fbaef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/display/PassNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class PassTextureNode extends TextureNode {
4949

5050
setup( builder ) {
5151

52-
if ( builder.object.isQuadMesh ) this.passNode.build( builder );
52+
this.passNode.build( builder );
5353

5454
return super.setup( builder );
5555

0 commit comments

Comments
 (0)