Merge text.love

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

View File

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