Fixed uninitialized variable, amend f3f2578. (#3753)

docking
ocornut 4 years ago
parent f3f2578e8f
commit a8d2d8ee97

@ -1609,6 +1609,7 @@ struct ImGuiContext
SettingsLoaded = false;
SettingsDirtyTimer = 0.0f;
HookIdNext = 0;
LogEnabled = false;
LogType = ImGuiLogType_None;

Loading…
Cancel
Save