浏览代码

Removed redundant needsUpdate=true from DataTexture doc

Following #17491
Elias Hasle 5 年之前
父节点
当前提交
282a8907ec
共有 1 个文件被更改,包括 0 次插入1 次删除
  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]
 		// used the buffer to create a [name]
 
 
 		var texture = new THREE.DataTexture( data, width, height, THREE.RGBFormat );
 		var texture = new THREE.DataTexture( data, width, height, THREE.RGBFormat );
-		texture.needsUpdate = true
 		</code>
 		</code>
 
 
 		<h2>Properties</h2>
 		<h2>Properties</h2>