SFML / imgui-sfml

Dear ImGui backend for use with SFML
MIT License
1.08k stars 163 forks source link

Missing window.close() in the Readme and minimal example #277

Open xaeto opened 1 month ago

xaeto commented 1 month ago

Hello, according to the readme, ImGui::SFML::Shutdown() has to be called after window.close(). Does this also imply, that window.close() has to be called before ImGUI::SFML::Shutdown() at all times or is this not necessary?