소스 검색

Merge pull request #5590 from sasha240100/patch-1

Update ImageUtils.html
Mr.doob 10 년 전
부모
커밋
3341b59f6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/extras/ImageUtils.html

+ 1 - 1
docs/api/extras/ImageUtils.html

@@ -28,7 +28,7 @@
 		<h3>[method:DataTexture generateDataTexture]([page:Number width], [page:Number height], [page:Number color])</h3>
 		<div>
 		width -- The width of the texture. <br />
-		height -- The width of the texture. <br />
+		height -- The height of the texture. <br />
 		color -- The hexadecimal value of the color.
 		</div>
 		<div>