pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
604 stars 91 forks source link

Fix example ini part with open/close comments #62

Closed mrawlingst closed 1 year ago

mrawlingst commented 1 year ago

This is a solution for #61.

It updates the string to have an opening and closing comment since ;;; !!!.

This is probably not an ideal solution as it would be read as an actual part instead of a regular comment that should be ignored but this is one solution to avoid the abort issue.

mrawlingst commented 1 year ago

No longer valid as a proper solution has been implemented via 589d018.