Text: fixed issue in RenderText() leading to IM_ASSERT_PARANOID() triggering if enabled. (#6132, #5720, #5919)

Amend 3482d4ec, bd96f6e
This commit is contained in:
ocornut
2023-01-31 14:39:45 +01:00
parent d719776460
commit 867bdbecb3
3 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,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.3 WIP"
#define IMGUI_VERSION_NUM 18924
#define IMGUI_VERSION_NUM 18925
#define IMGUI_HAS_TABLE
/*