about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-01-19 22:20:37 -0800
committerKartik K. Agaram <vc@akkartik.com>2023-01-19 22:20:37 -0800
commit4cba26de6d8a8914ca8c3e8ff67d8e71cee5d231 (patch)
treeb48be5f90cc5fe4c26d4d0202935be0b68702ad2 /main.lua
parent0aff042a714320e132aaa6b6eea4747b808e2bb4 (diff)
parentb3c878ae945851ebf61d0e05c47f90c41a963689 (diff)
downloadview.love-4cba26de6d8a8914ca8c3e8ff67d8e71cee5d231.tar.gz
Merge text.love
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 5e434c6..36a48ca 100644
--- a/main.lua
+++ b/main.lua
@@ -84,7 +84,6 @@ function App.initialize_globals()
 end
 
 function App.initialize(arg)
-  love.window.setVSync(0)  -- simplify profiling; we're not a game
   love.keyboard.setTextInput(true)  -- bring up keyboard on touch screen
   love.keyboard.setKeyRepeat(true)