diff options
author | DeeJayLSP <djlsplays@gmail.com> | 2022-10-28 15:17:49 -0300 |
---|---|---|
committer | DeeJayLSP <djlsplays@gmail.com> | 2022-10-28 15:17:49 -0300 |
commit | dd64ceab47a30870ed9fb7c7e3cdfebdea60a50a (patch) | |
tree | c5c19794d5e9bb6a912a1421f1901ca2fde11935 /doc | |
parent | 999df8cdbfb73286aed661699361de91766e68cc (diff) |
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"> |