ImBuf: remove ".tx" extension from the list of supported images
Likely an oversight in [0] which removed support for tile-cache.
[0]: 38573d515e
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#define UTIL_DEBUG 0
|
||||
|
||||
const char *imb_ext_image[] = {
|
||||
".png", ".tga", ".bmp", ".jpg", ".jpeg", ".sgi", ".rgb", ".rgba", ".tif", ".tiff", ".tx",
|
||||
".png", ".tga", ".bmp", ".jpg", ".jpeg", ".sgi", ".rgb", ".rgba", ".tif", ".tiff",
|
||||
#ifdef WITH_OPENJPEG
|
||||
".jp2", ".j2c",
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user