mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 13:35:09 +00:00
Fixed static analyzer warning.
(was harmless as initialized in NewFrame)
This commit is contained in:
parent
7cd31c3557
commit
a931fb7f51
1 changed files with 1 additions and 0 deletions
|
@ -3906,6 +3906,7 @@ ImGuiContext::ImGuiContext(ImFontAtlas* shared_font_atlas)
|
|||
InputEventsNextEventId = 1;
|
||||
|
||||
WindowsActiveCount = 0;
|
||||
WindowsBorderHoverPadding = 0.0f;
|
||||
CurrentWindow = NULL;
|
||||
HoveredWindow = NULL;
|
||||
HoveredWindowUnderMovingWindow = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue