Fixed static analyzer warning.
(was harmless as initialized in NewFrame)
This commit is contained in:
@@ -3906,6 +3906,7 @@ ImGuiContext::ImGuiContext(ImFontAtlas* shared_font_atlas)
|
|||||||
InputEventsNextEventId = 1;
|
InputEventsNextEventId = 1;
|
||||||
|
|
||||||
WindowsActiveCount = 0;
|
WindowsActiveCount = 0;
|
||||||
|
WindowsBorderHoverPadding = 0.0f;
|
||||||
CurrentWindow = NULL;
|
CurrentWindow = NULL;
|
||||||
HoveredWindow = NULL;
|
HoveredWindow = NULL;
|
||||||
HoveredWindowUnderMovingWindow = NULL;
|
HoveredWindowUnderMovingWindow = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user