From dd64ceab47a30870ed9fb7c7e3cdfebdea60a50a Mon Sep 17 00:00:00 2001 From: DeeJayLSP Date: Fri, 28 Oct 2022 15:17:49 -0300 Subject: Change all WEBP strings and comments to WebP --- scene/resources/texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/resources') 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 CompressedTexture2D::load_image_from_file(Ref 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; -- cgit v1.2.3