diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-01-19 22:19:38 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-01-19 22:19:38 -0800 |
commit | b3c878ae945851ebf61d0e05c47f90c41a963689 (patch) | |
tree | 36faa59e24b8418234c42adfa2216c34beece2d4 | |
parent | 59fb6709e23b50da98177a1b1b832f47bf11d54c (diff) | |
parent | 674042d4c75fcc11785e4c6cb1e317fe18d254b2 (diff) | |
download | text.love-b3c878ae945851ebf61d0e05c47f90c41a963689.tar.gz |
Merge lines.love
-rw-r--r-- | main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua index ef7f0db..3166e56 100644 --- a/main.lua +++ b/main.lua @@ -85,7 +85,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) |