mirror of
https://github.com/ocornut/imgui.git
synced 2025-01-18 01:06:45 +01:00
Fixed uninitialized variable, amend f3f2578. (#3753)
This commit is contained in:
parent
f3f2578e8f
commit
a8d2d8ee97
@ -1609,6 +1609,7 @@ struct ImGuiContext
|
||||
|
||||
SettingsLoaded = false;
|
||||
SettingsDirtyTimer = 0.0f;
|
||||
HookIdNext = 0;
|
||||
|
||||
LogEnabled = false;
|
||||
LogType = ImGuiLogType_None;
|
||||
|
Loading…
x
Reference in New Issue
Block a user