Updated the love.conf default for vsync.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-08-29 22:53:14 -03:00
parent dd2a448099
commit baebb45c2e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ function love.init()
fullscreen = false,
fullscreentype = "desktop",
display = 1,
vsync = true,
vsync = 1,
msaa = 0,
borderless = false,
resizable = false,