imgui-editor
imgui-editor copied to clipboard
update ImGui::End() to ImGui::EndChild()
change ImGui::End() to ImGui::EndChild()
Description
in modals.cpp void modalManager::Instance()
we must use ImGui::EndChild() to match ImGui::BeginChild("MODAL_CONTENT",...)