From baebb45c2ec7c183d2782e3e47c5ab612f82bae6 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Mon, 29 Aug 2016 22:53:14 -0300 Subject: [PATCH] Updated the love.conf default for vsync. --HG-- branch : minor --- src/scripts/boot.lua | 2 +- src/scripts/boot.lua.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/boot.lua b/src/scripts/boot.lua index d2a0936b5..ef24c43db 100644 --- a/src/scripts/boot.lua +++ b/src/scripts/boot.lua @@ -345,7 +345,7 @@ function love.init() fullscreen = false, fullscreentype = "desktop", display = 1, - vsync = true, + vsync = 1, msaa = 0, borderless = false, resizable = false, diff --git a/src/scripts/boot.lua.h b/src/scripts/boot.lua.h index 9b7602995..2a4169dcc 100644 --- a/src/scripts/boot.lua.h +++ b/src/scripts/boot.lua.h @@ -644,7 +644,7 @@ const unsigned char boot_lua[] = 0x09, 0x09, 0x09, 0x66, 0x75, 0x6c, 0x6c, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x74, 0x79, 0x70, 0x65, 0x20, 0x3d, 0x20, 0x22, 0x64, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x22, 0x2c, 0x0a, 0x09, 0x09, 0x09, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x20, 0x3d, 0x20, 0x31, 0x2c, 0x0a, - 0x09, 0x09, 0x09, 0x76, 0x73, 0x79, 0x6e, 0x63, 0x20, 0x3d, 0x20, 0x74, 0x72, 0x75, 0x65, 0x2c, 0x0a, + 0x09, 0x09, 0x09, 0x76, 0x73, 0x79, 0x6e, 0x63, 0x20, 0x3d, 0x20, 0x31, 0x2c, 0x0a, 0x09, 0x09, 0x09, 0x6d, 0x73, 0x61, 0x61, 0x20, 0x3d, 0x20, 0x30, 0x2c, 0x0a, 0x09, 0x09, 0x09, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x6c, 0x65, 0x73, 0x73, 0x20, 0x3d, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x2c, 0x0a,