Fix browser display defect

Fix defect causing frames to not animate properly when browser menu is invoked.
This commit is contained in:
Kawe Mazidjatari 2023-01-29 19:30:37 +01:00
parent c86c965290
commit 9164856b95

View File

@ -124,9 +124,10 @@ void CBrowser::RunFrame(void)
return;
}
ImGui::PopStyleVar(nVars);
DrawSurface();
ImGui::End();
ImGui::PopStyleVar(nVars);
}
//-----------------------------------------------------------------------------