diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-10-29 19:28:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 19:28:47 +0200 |
commit | 11d74d606a442d27b060a1c3cb292a8da715ce68 (patch) | |
tree | 7d462561a1c9640cc4e4bc4fe731ac7ca7b4fe17 /doc | |
parent | 11e1bac768349ae821647a582282458e83b8d72b (diff) | |
parent | dd64ceab47a30870ed9fb7c7e3cdfebdea60a50a (diff) |
Merge pull request #67980 from DeeJayLSP/webpcase
Change all WEBP strings and comments to WebP
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/PortableCompressedTexture2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PortableCompressedTexture2D.xml b/doc/classes/PortableCompressedTexture2D.xml index c7e2f2fbdc..a0492f2c07 100644 --- a/doc/classes/PortableCompressedTexture2D.xml +++ b/doc/classes/PortableCompressedTexture2D.xml @@ -22,7 +22,7 @@ <description> Initializes the compressed texture from a base image. The compression mode must be provided. If this image will be used as a normal map, the "normal map" flag is recommended, to ensure optimum quality. - If lossy compression is requested, the quality setting can optionally be provided. This maps to Lossy WEBP compression quality. + If lossy compression is requested, the quality setting can optionally be provided. This maps to Lossy WebP compression quality. </description> </method> <method name="get_compression_mode" qualifiers="const"> |