Merge text0

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

View File

@ -30,7 +30,6 @@ end
-- called only for real run
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)