取消垂直同步

This commit is contained in:
MrZ_26
2020-07-30 22:44:35 +08:00
parent 6b547eed22
commit ecc88ec360

View File

@@ -16,7 +16,7 @@ function love.conf(t)
W.resizable=true
W.fullscreentype="desktop"--"exclusive"
W.fullscreen=false
W.vsync=nil--60FPS
W.vsync=0--do not limit FPS
W.msaa=false--num of samples to use with multi-sampled antialiasing
W.depth=0--bits/samp of depth buffer
W.stencil=1--bits/samp of stencil buffer