From 9ae07b5a2d769bc3798a0e4d8d0787c8c33500ec Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 19 Jul 2017 19:20:46 -0400 Subject: [PATCH] vsync for windows --- conf.windows.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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