mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 23:07:18 +00:00
[client] overlay: disable the imgui demo window
This commit is contained in:
parent
5e2f1b3fac
commit
a11a20411b
@ -736,8 +736,8 @@ int app_renderOverlay(struct Rect * rects, int maxRects)
|
|||||||
ImDrawList_AddRectFilled(igGetBackgroundDrawListNil(), (ImVec2) { 0.0f , 0.0f },
|
ImDrawList_AddRectFilled(igGetBackgroundDrawListNil(), (ImVec2) { 0.0f , 0.0f },
|
||||||
g_state.io->DisplaySize, 0xCC000000, 0, 0);
|
g_state.io->DisplaySize, 0xCC000000, 0, 0);
|
||||||
|
|
||||||
bool test;
|
// bool test;
|
||||||
igShowDemoWindow(&test);
|
// igShowDemoWindow(&test);
|
||||||
|
|
||||||
ImGuiMouseCursor cursor = igGetMouseCursor();
|
ImGuiMouseCursor cursor = igGetMouseCursor();
|
||||||
if (cursor != g_state.cursorLast)
|
if (cursor != g_state.cursorLast)
|
||||||
|
Loading…
Reference in New Issue
Block a user