From 4aeed97e3ad94cceb039f05dcc67c986df2c7265 Mon Sep 17 00:00:00 2001 From: KiritoDev <36680385+KiritoDv@users.noreply.github.com> Date: Wed, 11 May 2022 18:08:28 -0500 Subject: [PATCH] Removed debug button --- libultraship/libultraship/SohImGuiImpl.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 40e1b56c4..9adbdd820 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -808,10 +808,6 @@ namespace SohImGui { size = ImVec2(sw, size.y); } - if (ImGui::Button("Test Notification")) { - overlay->TextDrawNotification(3.0f, true, ("Test Notification: " + std::to_string(rand())).c_str()); - } - overlay->Draw(); }