mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix browser display defect
Fix defect causing frames to not animate properly when browser menu is invoked.
This commit is contained in:
parent
c86c965290
commit
9164856b95
@ -124,9 +124,10 @@ void CBrowser::RunFrame(void)
|
||||
return;
|
||||
}
|
||||
|
||||
ImGui::PopStyleVar(nVars);
|
||||
DrawSurface();
|
||||
|
||||
ImGui::End();
|
||||
ImGui::PopStyleVar(nVars);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user