Pārlūkot izejas kodu

Update ImageUtils.html

You wrote " width ", where " height" is necessary .
sasha240100 10 gadi atpakaļ
vecāks
revīzija
c69f73f0d1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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>