Removed debug button

This commit is contained in:
KiritoDev 2022-05-11 18:08:28 -05:00 committed by louist103
parent 1719986a35
commit 4aeed97e3a
1 changed files with 0 additions and 4 deletions

View File

@ -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();
}