diff --git a/main.lua b/main.lua index 2b77c77..b6c1978 100644 --- a/main.lua +++ b/main.lua @@ -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)