CI: moved static analysis to a separate project + fix (uninitialized variable, was harmless in this case).

This commit is contained in:
omar
2020-08-10 17:34:14 +02:00
parent 8241cd6284
commit a4dd4d60b4
4 changed files with 46 additions and 36 deletions

View File

@ -1352,6 +1352,7 @@ struct ImGuiContext
ActiveIdTimer = 0.0f;
ActiveIdIsJustActivated = false;
ActiveIdAllowOverlap = false;
ActiveIdNoClearOnFocusLoss = false;
ActiveIdHasBeenPressedBefore = false;
ActiveIdHasBeenEditedBefore = false;
ActiveIdHasBeenEditedThisFrame = false;