summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorDeeJayLSP <djlsplays@gmail.com>2022-10-28 15:17:49 -0300
committerDeeJayLSP <djlsplays@gmail.com>2022-10-28 15:17:49 -0300
commitdd64ceab47a30870ed9fb7c7e3cdfebdea60a50a (patch)
treec5c19794d5e9bb6a912a1421f1901ca2fde11935 /scene
parent999df8cdbfb73286aed661699361de91766e68cc (diff)
Change all WEBP strings and comments to WebP
Diffstat (limited to 'scene')
-rw-r--r--scene/resources/texture.cpp2
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;