Bugfix for OSX 6

This commit is contained in:
Ryzerth 2021-04-18 19:32:18 +02:00
parent 026e5f9bcb
commit 30e8b3b60e

View File

@ -270,7 +270,7 @@ public:
}
if (ImGui::BeginTabItem("HIRS")) {
ImGui::BeginChild(ImGuiID("HIRSChild"));
ImGui::BeginChild("HIRSChild");
ImGui::EndChild();
ImGui::EndTabItem();