浏览代码

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>