summaryrefslogtreecommitdiffstats
path: root/doc/classes/ImageTextureLayered.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ImageTextureLayered.xml')
-rw-r--r--doc/classes/ImageTextureLayered.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ImageTextureLayered.xml b/doc/classes/ImageTextureLayered.xml
index 545c9289d1..e8d054bdd7 100644
--- a/doc/classes/ImageTextureLayered.xml
+++ b/doc/classes/ImageTextureLayered.xml
@@ -23,7 +23,7 @@
<param index="1" name="layer" type="int" />
<description>
Replaces the existing [Image] data at the given [param layer] with this new image.
- The given [Image] must have the same width, height, image format and mipmapping setting (a [code]bool[/code] value) as the rest of the referenced images.
+ The given [Image] must have the same width, height, image format, and mipmapping flag as the rest of the referenced images.
If the image format is unsupported, it will be decompressed and converted to a similar and supported [enum Image.Format].
The update is immediate: it's synchronized with drawing.
</description>