vsync for windows

This commit is contained in:
2017-07-19 19:20:46 -04:00
parent 1f811dd7fc
commit 9ae07b5a2d
+1 -1
View File
@@ -10,7 +10,7 @@ function love.conf(t)
-- customize
t.window.borderless = false -- Remove all border visuals from the window (boolean)
t.window.fullscreentype = "desktop" -- Standard fullscreen or desktop fullscreen mode (string)
t.window.vsync = false -- Enable vertical sync (boolean)
t.window.vsync = true -- Enable vertical sync (boolean)
t.window.fsaa = 16 -- The number of samples to use with multi-sampled antialiasing (number)
t.window.display = 1 -- Index of the monitor to show the window in (number)
t.window.srgb = false -- Enable sRGB gamma correction when drawing to the screen (boolean). Added in 0.9.1