Merge lines.love

This commit is contained in:
Kartik K. Agaram 2023-01-16 10:23:14 -08:00
commit 44fbb51161
1 changed files with 1 additions and 1 deletions

View File

@ -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)