diff --git a/main.lua b/main.lua index 9ad2f01..260f1b0 100644 --- a/main.lua +++ b/main.lua @@ -87,7 +87,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)