Pārlūkot izejas kodu

Removed redundant needsUpdate=true from DataTexture doc

Following #17491
Elias Hasle 5 gadi atpakaļ
vecāks
revīzija
282a8907ec
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      docs/api/en/textures/DataTexture.html

+ 0 - 1
docs/api/en/textures/DataTexture.html

@@ -57,7 +57,6 @@
 		// used the buffer to create a [name]
 
 		var texture = new THREE.DataTexture( data, width, height, THREE.RGBFormat );
-		texture.needsUpdate = true
 		</code>
 
 		<h2>Properties</h2>