Clipper: Fixed a bug if attempt to force-include a range which matches an already included range. (#3841)

This commit is contained in:
ocornut
2023-08-31 21:39:27 +02:00
parent bdd9b96fa3
commit a066074054
3 changed files with 6 additions and 2 deletions

View File

@ -26,7 +26,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.89.9 WIP"
#define IMGUI_VERSION_NUM 18984
#define IMGUI_VERSION_NUM 18985
#define IMGUI_HAS_TABLE
/*