SFML community forums
Help => General => Topic started by: Nero on May 13, 2018, 01:53:34 pm
-
Is it necessary to use delta time if I capped the frame rate? How exactly does the frame rate function work?
-
You should do it regardless. Timers aren't always precise. VSync can be forced off. It's not exactly a hassle to add it, as such there's no real reason not to do so.