mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
remove debugging
This commit is contained in:
parent
8534807228
commit
eec5e64a3f
1 changed files with 0 additions and 1 deletions
|
@ -1170,7 +1170,6 @@ void BeginFloatingWindows(std::string UniqueName, ImGuiWindowFlags flags = 0) {
|
||||||
ImGui::PushStyleColor(ImGuiCol_Border, ImVec4(0, 0, 0, 0));
|
ImGui::PushStyleColor(ImGuiCol_Border, ImVec4(0, 0, 0, 0));
|
||||||
ImGui::PushStyleVar(ImGuiStyleVar_WindowRounding, 4.0f);
|
ImGui::PushStyleVar(ImGuiStyleVar_WindowRounding, 4.0f);
|
||||||
ImGui::Begin(UniqueName.c_str(), nullptr, windowFlags);
|
ImGui::Begin(UniqueName.c_str(), nullptr, windowFlags);
|
||||||
ImGui::GetCurrentWindow()->Name;
|
|
||||||
}
|
}
|
||||||
void EndFloatingWindows() {
|
void EndFloatingWindows() {
|
||||||
ImGui::PopStyleVar();
|
ImGui::PopStyleVar();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue