@@ -266,7 +266,7 @@ class TextureNode extends UniformNode {
setUpdateMatrix( value ) {
this.updateMatrix = value;
- this.updateType = value ? NodeUpdateType.RENDER : NodeUpdateType.NONE;
+ this.updateType = value ? NodeUpdateType.OBJECT : NodeUpdateType.NONE;
return this;