Bläddra i källkod

Update Texture.html

Fix typo
Shai Ghelberg 5 år sedan
förälder
incheckning
e73a56317a
1 ändrade filer med 1 tillägg och 1 borttagningar
  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].