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:
Campbell Barton
2025-04-06 12:57:11 +10:00
parent 5649b1c7f7
commit cf55a0acdc

View File

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