mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 01:17:00 +00:00
Nav: Fixed uninitialized variable (that had no side-effects due to the code/data flow involved)
This commit is contained in:
parent
f4e4c38705
commit
1eaa9d0621
@ -583,6 +583,7 @@ struct ImGuiContext
|
||||
NavInitDefaultRequest = false;
|
||||
NavInitDefaultResultId = 0;
|
||||
NavInitDefaultResultExplicit = false;
|
||||
NavMoveFromClampedRefRect = false;
|
||||
NavMoveRequest = false;
|
||||
NavMoveDir = NavMoveDirLast = ImGuiDir_None;
|
||||
NavMoveResultId = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user