mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Updated the love.conf default for vsync.
--HG-- branch : minor
This commit is contained in:
@@ -345,7 +345,7 @@ function love.init()
|
||||
fullscreen = false,
|
||||
fullscreentype = "desktop",
|
||||
display = 1,
|
||||
vsync = true,
|
||||
vsync = 1,
|
||||
msaa = 0,
|
||||
borderless = false,
|
||||
resizable = false,
|
||||
|
||||
Reference in New Issue
Block a user