Skip to content

Commit

Permalink
simplyfy
Browse files Browse the repository at this point in the history
  • Loading branch information
aardgoose committed May 3, 2024
1 parent 1ad468a commit 1198d44
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/jsm/renderers/common/nodes/NodeSampler.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ class NodeSampler extends Sampler {

update() {

if ( this.texture !== this.textureNode.value ) {

this.texture = this.textureNode.value;

}
this.texture = this.textureNode.value;

}

Expand Down

0 comments on commit 1198d44

Please sign in to comment.