mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] overlay/fps: allow the window posisiton to be saved
This commit is contained in:
parent
361ead59d3
commit
b0c1714777
@ -48,9 +48,9 @@ static int fps_render(void * udata, bool interactive, struct Rect * windowRects,
|
||||
igBegin(
|
||||
"FPS",
|
||||
NULL,
|
||||
ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_AlwaysAutoResize |
|
||||
ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_NoFocusOnAppearing |
|
||||
ImGuiWindowFlags_NoNav | ImGuiWindowFlags_NoTitleBar
|
||||
ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_AlwaysAutoResize |
|
||||
ImGuiWindowFlags_NoFocusOnAppearing | ImGuiWindowFlags_NoNav |
|
||||
ImGuiWindowFlags_NoTitleBar
|
||||
);
|
||||
|
||||
igText("FPS:%4.2f UPS:%4.2f",
|
||||
|
Loading…
Reference in New Issue
Block a user