mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
Removed debug button
This commit is contained in:
parent
1719986a35
commit
4aeed97e3a
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user