SFML / imgui-sfml

Dear ImGui backend for use with SFML
MIT License
1.15k stars 172 forks source link

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

Closed Bambo-Borris closed 5 months ago

Bambo-Borris commented 5 months 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 5 months ago

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