SFML / imgui-sfml

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

`sf::Cursor` changes on SFML master cause build errors on imgui-sfml master #279

Closed Bambo-Borris closed 1 month ago

Bambo-Borris commented 1 month ago

Since the move towards std::optional returning factory functions, the sf::Cursor array within here no longer compiles since there is no default constructor. I've attached ascreenshot of the errors.

image

ChrisThrasher commented 1 month ago

See https://github.com/SFML/imgui-sfml/pull/281