Search found 2 matches
- Sat Sep 22, 2018 8:40 pm
- Forum: Support and Development
- Topic: Help with FPS capped at 20 for Love2D.
- Replies: 3
- Views: 2417
Re: Help with FPS capped at 20 for Love2D.
Ok, setting the vsync to false did solve the problem in the test code(I had to change something in the push library to make it work in the assignment code because changing the vsync there didn't do anything), but I have to ask: Why does vsync limit the FPS to 20? Clearly my monitor's refresh rate is...
- Sat Sep 22, 2018 8:21 am
- Forum: Support and Development
- Topic: Help with FPS capped at 20 for Love2D.
- Replies: 3
- Views: 2417
Help with FPS capped at 20 for Love2D.
Originally, I noticed the issue with the pong game from the first lecture of GD50, where the FPS is capped at 20FPS. I tried creating a main.lua file with only code to render the FPS, and the result is also 20. Love.exe is set to High Performance in the Switchable graphics. I'm using Love 11.1, the ...