diff options
author | Ninni Pipping <over999ships@gmail.com> | 2023-04-13 10:05:23 +0200 |
---|---|---|
committer | Ninni Pipping <over999ships@gmail.com> | 2023-04-13 10:05:23 +0200 |
commit | 6312fe2fae92718560b06c114803b18008a50839 (patch) | |
tree | 189bf1b2c6d56a210d9c4fad477559b5bc87efe2 | |
parent | 68b8156fe3075e0e45b070d26fce2a0baae6f293 (diff) | |
download | redot-engine-6312fe2fae92718560b06c114803b18008a50839.tar.gz |
Fix `Image.compress` description
Description mentioned `mode` instead of `source`
-rw-r--r-- | doc/classes/Image.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index 613d5269dc..de7e1521f7 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -78,7 +78,7 @@ <param index="2" name="astc_format" type="int" enum="Image.ASTCFormat" default="0" /> <description> Compresses the image to use less memory. Can not directly access pixel data while the image is compressed. Returns error if the chosen compression mode is not available. - The [param mode] parameter helps to pick the best compression method for DXT and ETC2 formats. It is ignored for ASTC compression. + The [param source] parameter helps to pick the best compression method for DXT and ETC2 formats. It is ignored for ASTC compression. For ASTC compression, the [param astc_format] parameter must be supplied. </description> </method> |