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 /scene | |
parent | 11e1bac768349ae821647a582282458e83b8d72b (diff) | |
parent | dd64ceab47a30870ed9fb7c7e3cdfebdea60a50a (diff) |
Merge pull request #67980 from DeeJayLSP/webpcase
Change all WEBP strings and comments to WebP
Diffstat (limited to 'scene')
-rw-r--r-- | scene/resources/texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/texture.cpp b/scene/resources/texture.cpp index fbcf140925..b994498dbf 100644 --- a/scene/resources/texture.cpp +++ b/scene/resources/texture.cpp @@ -653,7 +653,7 @@ Ref<Image> CompressedTexture2D::load_image_from_file(Ref<FileAccess> f, int p_si Image::Format format = Image::Format(f->get_32()); if (data_format == DATA_FORMAT_PNG || data_format == DATA_FORMAT_WEBP || data_format == DATA_FORMAT_BASIS_UNIVERSAL) { - //look for a PNG or WEBP file inside + //look for a PNG or WebP file inside int sw = w; int sh = h; |