Change all WEBP strings and comments to WebP

This commit is contained in:
DeeJayLSP
2022-10-28 15:17:49 -03:00
parent 999df8cdbf
commit dd64ceab47
5 changed files with 8 additions and 8 deletions

View File

@ -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;