`sf::Cursor` changes on SFML master cause build errors on imgui-sfml master
Closed this issue · 1 comments
Bambo-Borris commented
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.
ChrisThrasher commented
See #281