mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix private server modal size not being set correctly
ImGui::PopStyleVar() had to be called before ISurface::DrawSurface().
This commit is contained in:
parent
c7d828610d
commit
49658c498f
@ -114,9 +114,8 @@ void CBrowser::RunFrame(void)
|
||||
return;
|
||||
}
|
||||
|
||||
DrawSurface();
|
||||
|
||||
ImGui::PopStyleVar(nVars);
|
||||
DrawSurface();
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user