ImGuiManager: Defer scale updates

This commit is contained in:
Stenzek
2024-02-19 22:47:47 +09:00
parent 330397b900
commit 8756672e12
2 changed files with 33 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ float GetWindowHeight();
void WindowResized();
/// Updates scaling of the on-screen elements.
void UpdateScale();
void RequestScaleUpdate();
/// Call at the beginning of the frame to set up ImGui state.
void NewFrame();