mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Removed debug button
This commit is contained in:
parent
cf96a08331
commit
de70287fa1
1 changed files with 0 additions and 4 deletions
|
@ -808,10 +808,6 @@ namespace SohImGui {
|
||||||
size = ImVec2(sw, size.y);
|
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();
|
overlay->Draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue