Removed runtime patching of obsolete/invalid "%f"/"%.0f" types of format strings for DragInt()/SliderInt().

This commit is contained in:
ocornut
2022-10-12 23:07:15 +02:00
parent 5196bd15e9
commit 3e8d198133
4 changed files with 4 additions and 32 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 WIP"
#define IMGUI_VERSION_NUM 18829
#define IMGUI_VERSION_NUM 18830
#define IMGUI_HAS_TABLE
/*