Skip to content

Commit

Permalink
removed detach button
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed Jan 18, 2021
1 parent 054a3d4 commit 84dff7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hooks/SwapBuffers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ BOOL __stdcall Base::Hooks::SwapBuffers(_In_ HDC hdc)
}
}

/*
if (ImGui::Button("Detach"))
{
ImGui::PopStyleColor(1);
Expand All @@ -498,6 +499,7 @@ BOOL __stdcall Base::Hooks::SwapBuffers(_In_ HDC hdc)
Base::Unload();
return Data::oSwapBuffers(hdc);
}
*/

break;
default:
Expand Down

0 comments on commit 84dff7c

Please sign in to comment.