1.0.1
Hello, here's version 1.01.
- ImGui_Impl assert has been removed
- Added basic try catch.
- Code identification modified.
- The setup_imgui_context () function has been split and there is now a new function called: setup_imgui_impl ().
- Both functions have been made private so the user does not have public access.
Issue found: An assert statement for ImGui_ImplWin32_Init and ImGui_ImplDX9_Init caused a problem using the release version.
Fixed: Assert was removed and a try catch was implemented instead.