Skip to content

Commit 7cbe312

Browse files
authored
TSL: Fix texture() matrix sync (#30893)
1 parent 205d56c commit 7cbe312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/accessors/TextureNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class TextureNode extends UniformNode {
266266
setUpdateMatrix( value ) {
267267

268268
this.updateMatrix = value;
269-
this.updateType = value ? NodeUpdateType.RENDER : NodeUpdateType.NONE;
269+
this.updateType = value ? NodeUpdateType.OBJECT : NodeUpdateType.NONE;
270270

271271
return this;
272272

0 commit comments

Comments
 (0)