I get "the requested video mode is not available, switching to valid mode" when using fullscreen style but not with default style , any tips ?
window = new sf::RenderWindow(sf::VideoMode(rezolutionTemp.x,rezolutionTemp.y),"Title",sf::Style::Fullscreen);
vs
window = new sf::RenderWindow(sf::VideoMode(rezolutionTemp.x, rezolutionTemp.y), "Title", sf::Style::Default);
I'm using sfml 2.5.1 32 on win 10 64 in visual studio