InputText: Fixed crash introduced by 5a2b1e848 (#6292, #4714)

This commit is contained in:
ocornut
2023-04-02 17:29:11 +02:00
parent 5f301914a0
commit e8206db829
2 changed files with 2 additions and 2 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.5 WIP"
#define IMGUI_VERSION_NUM 18946
#define IMGUI_VERSION_NUM 18947
#define IMGUI_HAS_TABLE
/*