Skip to content

1.0.1

Compare
Choose a tag to compare
@theluc4s theluc4s released this 23 Apr 21:20
· 17 commits to master since this release
17cffb5

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.

image