Skip to content

1.0.2

Compare
Choose a tag to compare
@theluc4s theluc4s released this 08 May 13:29
· 15 commits to master since this release

Hello, here's version 1.02.

  • Try catch improved.
  • Readjusted code.
  • Code identification modified.
  • New functions for the 'user' to interact were added..
  • The object's constructor is no longer responsible for creating our window, it is now necessary to make a call to start_window ().

Issue Found 1#: An assert statement for ImGui_ImplWin32_Init and ImGui_ImplDX9_Init caused a problem using the release version.
Fixed 1#: Assert was removed and a try catch was implemented instead. There is no more failure when using the release version.

Imp