1
Graphics / Vsync limits entire loop to 60 cycles per second
« on: September 13, 2014, 07:29:12 am »
My understanding of vsync in SFML is that it is only supposed to limit the calls to the display() function of sf::RenderWindow. However, whenever I have vsync enabled the entire game loop gets limited to 60 cycles per second. Has anyone else encountered this issue?