Fixed static analyzer warning.

(was harmless as initialized in NewFrame)
This commit is contained in:
ocornut 2025-02-12 19:15:00 +01:00
parent 7cd31c3557
commit a931fb7f51

View file

@ -3906,6 +3906,7 @@ ImGuiContext::ImGuiContext(ImFontAtlas* shared_font_atlas)
InputEventsNextEventId = 1;
WindowsActiveCount = 0;
WindowsBorderHoverPadding = 0.0f;
CurrentWindow = NULL;
HoveredWindow = NULL;
HoveredWindowUnderMovingWindow = NULL;