CI: Fix deployment of PVS-Studio license + fix reported error.

This commit is contained in:
Rokas Kupstys
2020-11-13 12:07:32 +02:00
committed by ocornut
parent a138855d56
commit a3e8dc3f34
2 changed files with 3 additions and 3 deletions

View File

@ -1368,6 +1368,7 @@ struct ImGuiContext
FrameCount = 0;
FrameCountEnded = FrameCountRendered = -1;
WithinFrameScope = WithinFrameScopeWithImplicitWindow = WithinEndChild = false;
GcCompactAll = false;
TestEngineHookItems = false;
TestEngineHookIdInfo = 0;
TestEngine = NULL;