Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vehyr

Pages: [1]
1
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

Pages: [1]
anything