浏览代码

Update Texture.html

Fix typo
Shai Ghelberg 5 年之前
父节点
当前提交
e73a56317a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/en/textures/Texture.html

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

@@ -191,7 +191,7 @@
 
 		<h3>[property:boolean premultiplyAlpha]</h3>
 		<p>
-		If set to *true*, the alpha channel, if present, is multiplied into the color channels when the texture is uploaded to the GPU. Defaut is *false*.<br /><br />
+		If set to *true*, the alpha channel, if present, is multiplied into the color channels when the texture is uploaded to the GPU. Default is *false*.<br /><br />
 
 		Note that this property has no effect for [link:https://developer.mozilla.org/de/docs/Web/API/ImageBitmap ImageBitmap].
 		You need to configure on bitmap creation instead. See [page:ImageBitmapLoader].