fix for typo in commit #31007: filtering in file browser for png and tga files wouldn't work anymore.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
#define UTIL_DEBUG 0
|
||||
|
||||
const char *imb_ext_image[] = {
|
||||
".png"
|
||||
".png",
|
||||
".tga",
|
||||
".bmp",
|
||||
".jpg", ".jpeg",
|
||||
|
||||
Reference in New Issue
Block a user