Skip to content

Commit

Permalink
remove watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaGW2 committed Nov 15, 2023
1 parent 0f07c71 commit 07ee461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ namespace GUI
ImGui::NewFrame();
/* new frame end */

#define WATERMARK
//#define WATERMARK
#ifdef WATERMARK
ImGui::PushStyleVar(ImGuiStyleVar_WindowPadding, ImVec2(0.0f, 0.0f));
ImGui::SetNextWindowPos(ImVec2(16.0f, Renderer::Height != 0 ? Renderer::Height - ImGui::GetTextLineHeight() - 16.0f : 0));
Expand Down

0 comments on commit 07ee461

Please sign in to comment.