diff --git a/main.lua b/main.lua index eef08f1..d2c7d6e 100644 --- a/main.lua +++ b/main.lua @@ -12,7 +12,7 @@ function love.load() config["side_next"] = false config["reverse_rotate"] = true config["fullscreen"] = false - config["das_last_key"] = config.gamesettings.das_last_key == 2 + config["das_last_key"] = false love.window.setMode(love.graphics.getWidth(), love.graphics.getHeight(), {resizable = true});