Skip to content

Commit f2cf01c

Browse files
authored
Docs: Cloning the texture automatically mark it for texture upload (#30285)
* cloning the texture automatically mark it for texture upload * fix typo
1 parent 48df2ee commit f2cf01c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/api/en/textures/Texture.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,7 @@ <h3>[method:undefined updateMatrix]()</h3>
309309
<h3>[method:Texture clone]()</h3>
310310
<p>
311311
Make copy of the texture. Note this is not a "deep copy", the image is
312-
shared. Besides, cloning a texture does not automatically mark it for a
313-
texture upload. You have to set [page:Texture.needsUpdate .needsUpdate] to
314-
true as soon as its image property (the data source) is fully loaded or
315-
ready.
312+
shared. Cloning the texture automatically marks it for texture upload.
316313
</p>
317314

318315
<h3>[method:Object toJSON]( [param:Object meta] )</h3>

0 commit comments

Comments
 (0)