소스 검색

Merge pull request #13676 from mkeblx/patch-3

Fix char
Mr.doob 7 년 전
부모
커밋
751efacebc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/textures/Texture.html

+ 1 - 1
docs/api/textures/Texture.html

@@ -169,7 +169,7 @@
 		The uv-transform matrix for the texture. Updated by the renderer from the texture properties [property:Vector2 offset], [property:Vector2 repeat],
 		and [property:number rotation] when the texture's [property:boolean matrixAutoUpdate] property is true.
 		When [property:boolean matrixAutoUpdate] property is false, this matrix may be set manually.
-		Default is the indentity matrix.
+		Default is the identity matrix.
 		</div>
 
 		<h3>[property:boolean generateMipmaps]</h3>

粤ICP备19079148号