no, turn vsync back on

I notice my laptop's fan starts coming on when running many of my apps.
An empty app takes 10% CPU where it used to take just 1-2%.
This commit is contained in:
Kartik K. Agaram 2023-01-19 22:14:08 -08:00
parent 15f56341df
commit 674042d4c7
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,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)