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
@ -49,8 +49,8 @@ static int fps_render(void * udata, bool interactive, struct Rect * windowRects,
|
|||||||
"FPS",
|
"FPS",
|
||||||
NULL,
|
NULL,
|
||||||
ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_AlwaysAutoResize |
|
ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_AlwaysAutoResize |
|
||||||
ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_NoFocusOnAppearing |
|
ImGuiWindowFlags_NoFocusOnAppearing | ImGuiWindowFlags_NoNav |
|
||||||
ImGuiWindowFlags_NoNav | ImGuiWindowFlags_NoTitleBar
|
ImGuiWindowFlags_NoTitleBar
|
||||||
);
|
);
|
||||||
|
|
||||||
igText("FPS:%4.2f UPS:%4.2f",
|
igText("FPS:%4.2f UPS:%4.2f",
|
||||||
|
Loading…
Reference in New Issue
Block a user