Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Oct 24, 2023
1 parent 43f032b commit a84439f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions override/HeavyDPF_WSTD_MANGLR_UI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ class ImGuiPluginUI : public UI
"S~F~C",
};

auto backgroundDrawlist = ImGui::GetBackgroundDrawList();
backgroundDrawlist->AddRectFilled(ImVec2(20, 20), ImVec2(200, 200), (ImU32)100, (float)0.5f);

ImGui::PushFont(titleBarFont);
if (ImGui::Begin("WSTD MANGLR", nullptr, ImGuiWindowFlags_NoResize + ImGuiWindowFlags_NoCollapse))
{
Expand Down

0 comments on commit a84439f

Please sign in to comment.