diff --git a/conf.windows.lua b/conf.windows.lua index 2104d2c..701e163 100644 --- a/conf.windows.lua +++ b/conf.windows.lua @@ -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