mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-12 00:14:20 +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
1 changed files with 1 additions and 0 deletions
|
|
@ -583,6 +583,7 @@ struct ImGuiContext
|
|||
NavInitDefaultRequest = false;
|
||||
NavInitDefaultResultId = 0;
|
||||
NavInitDefaultResultExplicit = false;
|
||||
NavMoveFromClampedRefRect = false;
|
||||
NavMoveRequest = false;
|
||||
NavMoveDir = NavMoveDirLast = ImGuiDir_None;
|
||||
NavMoveResultId = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue