Skip to content

Commit b3303f1

Browse files
authored
Merge pull request #1491 from MadLadSquad/auto
Update
2 parents 70ffc5c + 765255b commit b3303f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Framework/ThirdParty/source-libraries/cimgui/cimgui.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// Library Version
3434
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
3535
#define IMGUI_VERSION "1.91.9 WIP"
36-
#define IMGUI_VERSION_NUM 19185
36+
#define IMGUI_VERSION_NUM 19186
3737
#define IMGUI_HAS_TABLE
3838
#define IMGUI_HAS_VIEWPORT // Viewport WIP branch
3939
#define IMGUI_HAS_DOCK // Docking WIP branch
@@ -1018,7 +1018,7 @@ CIMGUI_API void ImGui_PushClipRect(ImVec2 clip_rect_min, ImVec2 clip_rect_max, b
10181018
CIMGUI_API void ImGui_PopClipRect(void);
10191019

10201020
// Focus, Activation
1021-
CIMGUI_API void ImGui_SetItemDefaultFocus(void); // make last item the default focused item of of a newly appearing window.
1021+
CIMGUI_API void ImGui_SetItemDefaultFocus(void); // make last item the default focused item of a newly appearing window.
10221022
CIMGUI_API void ImGui_SetKeyboardFocusHere(void); // Implied offset = 0
10231023
CIMGUI_API void ImGui_SetKeyboardFocusHereEx(int offset /* = 0 */); // focus keyboard on the next widget. Use positive 'offset' to access sub components of a multiple component widget. Use -1 to access previous widget.
10241024

0 commit comments

Comments
 (0)