Closed Bambo-Borris closed 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.
std::optional
sf::Cursor
See https://github.com/SFML/imgui-sfml/pull/281
Since the move towards
std::optional
returning factory functions, thesf::Cursor
array within here no longer compiles since there is no default constructor. I've attached ascreenshot of the errors.