mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +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 },
|
||||
g_state.io->DisplaySize, 0xCC000000, 0, 0);
|
||||
|
||||
bool test;
|
||||
igShowDemoWindow(&test);
|
||||
// bool test;
|
||||
// igShowDemoWindow(&test);
|
||||
|
||||
ImGuiMouseCursor cursor = igGetMouseCursor();
|
||||
if (cursor != g_state.cursorLast)
|
||||
|
Loading…
Reference in New Issue
Block a user