about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-01-16 10:23:14 -0800
committerKartik K. Agaram <vc@akkartik.com>2023-01-16 10:23:14 -0800
commit44fbb51161b425540a4d5ef5a3c87df0c73a4e6f (patch)
treedb3f24b968170098e7b0f1256c5a4e53225324b3
parent36ec0b4b06007c544265b5c8ba9089560e6a0dab (diff)
parent15f56341dfed1d5829e8e742600cb5b559be22ac (diff)
downloadview.love-44fbb51161b425540a4d5ef5a3c87df0c73a4e6f.tar.gz
Merge lines.love
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 1a1d440..ef7f0db 100644
--- a/main.lua
+++ b/main.lua
@@ -85,7 +85,7 @@ function App.initialize_globals()
 end
 
 function App.initialize(arg)
-  love.window.setVSync(0)  -- remove some delays in exchange for risk of screen tears; we're not a game
+  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)