Merge lines.love

This commit is contained in:
Kartik K. Agaram 2023-01-19 22:19:38 -08:00
commit b3c878ae94
1 changed files with 0 additions and 1 deletions

View File

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