image-source: Add .webp to "All formats" option

This commit is contained in:
Justin Bull 2020-12-27 15:37:50 -05:00 committed by Jim
parent 940a07e62f
commit 627aaeddb4

View File

@ -211,7 +211,7 @@ static void image_source_tick(void *data, float seconds)
}
static const char *image_filter =
"All formats (*.bmp *.tga *.png *.jpeg *.jpg *.gif *.psd);;"
"All formats (*.bmp *.tga *.png *.jpeg *.jpg *.gif *.psd *.webp);;"
"BMP Files (*.bmp);;"
"Targa Files (*.tga);;"
"PNG Files (*.png);;"