소스 검색

Merge pull request #17503 from EliasHasle/patch-17

Removed redundant needsUpdate=true from DataTexture doc
Mr.doob 5 년 전
부모
커밋
653883054f
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]
 
 		var texture = new THREE.DataTexture( data, width, height, THREE.RGBFormat );
-		texture.needsUpdate = true
 		</code>
 
 		<h2>Properties</h2>