Browse Source

Merge pull request #13676 from mkeblx/patch-3

Fix char
Mr.doob 7 years ago
parent
commit
751efacebc
1 changed files with 1 additions and 1 deletions
  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>