diff --git a/example_win32_directx11/imgui.ini b/example_win32_directx11/imgui.ini index 40edcf7..bc409ba 100644 --- a/example_win32_directx11/imgui.ini +++ b/example_win32_directx11/imgui.ini @@ -7,7 +7,7 @@ Pos=323,541 Size=700,500 [Window][picker] -Pos=744,374 +Pos=1081,307 Size=259,285 [Window][info-bar] @@ -15,7 +15,7 @@ Pos=1448,15 Size=457,45 [Window][ESP PREVIEW] -Pos=1100,253 +Pos=1262,116 Size=350,450 [Window][##Notification] diff --git a/example_win32_directx11/main.cpp b/example_win32_directx11/main.cpp index c766559..aec05ff 100644 --- a/example_win32_directx11/main.cpp +++ b/example_win32_directx11/main.cpp @@ -500,8 +500,8 @@ namespace render_ui { ImVec2 pos = ImGui::GetWindowPos(); - //if (page == 0) - // { + if (page == 0) + { ImGui::GetWindowDrawList()->AddCircleFilled(ImVec2(pos.x + 105, pos.y + 40), 20, ImColor(26, 30, 29), 100); ImGui::GetWindowDrawList()->AddText(font::lexend_regular, 16, ImVec2(pos.x + 135, pos.y + 25), ImColor(255, 255, 255), "Visual"); @@ -525,7 +525,7 @@ namespace render_ui } } ImGui::EndGroup(); - // } + } } void Byte()