Re: Stuttering in windowed mode with vsync turned on
Posted: Mon Aug 30, 2021 7:38 pm
Still note that that's just a workaround, not a "real" solution.
No just copy that code snippet and paste it at the top of main.lua or inside love.load(). Also yeah, like zorg said it's not a real solution and is more like a hack which causes other problems sometimes. I just found out that using that solution in fullscreen with vsync turned off is causing some crazy wave-like effect. So that snippet has to be used conditionally only if the player is facing stuttering.pgimeno wrote: ↑Mon Aug 30, 2021 7:58 pm To be clear, do you mean that the solution is to download the build linked from this post? https://github.com/love2d/love/issues/1 ... -701045224