summary refs log tree commit diff
path: root/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.lua b/conf.lua
index 233df48..b2439e8 100644
--- a/conf.lua
+++ b/conf.lua
@@ -1,7 +1,7 @@
 function love.conf(t)
     t.window.resizable = true
     t.window.title = "soko"
-    t.window.vsync = 1
+    t.window.vsync = 0
     t.window.msaa = 1
     t.version = "11.3"
 end