Change all WEBP strings and comments to WebP
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user