Skip to content

Commit 2934220

Browse files
committed
Texture: Set needsUpdate to true in copy().
1 parent c5e0fdf commit 2934220

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/textures/Texture.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ class Texture extends EventDispatcher {
136136

137137
this.userData = JSON.parse( JSON.stringify( source.userData ) );
138138

139+
this.needsUpdate = true;
140+
139141
return this;
140142

141143
}

0 commit comments

Comments
 (0)