Misc: Added IMGUI_USE_LEGACY_CRC32_ADLER to use old tables. (#8169, #4933)

This commit is contained in:
ocornut
2024-12-11 12:13:28 +01:00
parent d78e823449
commit c3ffd4c53e
5 changed files with 37 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.91.6 WIP"
#define IMGUI_VERSION_NUM 19153
#define IMGUI_VERSION_NUM 19154
#define IMGUI_HAS_TABLE
/*