Skip to content

Commit

Permalink
feat: remove general category from GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Apr 14, 2024
1 parent 1405ef5 commit 2c0e801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GirlKisser/Cheat/Gui/imgui_hooker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ void GKImGuiHooker::start(ID3D11RenderTargetView* g_mainRenderTargetView, ID3D11
{
ImGui::Begin(full_title.str().c_str());

HandleCategoryRendering("General", GENERAL);
// HandleCategoryRendering("General", GENERAL);
HandleCategoryRendering("Combat", COMBAT);
HandleCategoryRendering("Visual", VISUAL);
HandleCategoryRendering("Movement", MOVEMENT);
Expand Down

0 comments on commit 2c0e801

Please sign in to comment.