From 36837a3af5aca22f6d281d0a500ffb2ce870210e Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj <59454579+SashLilac@users.noreply.github.com> Date: Thu, 3 Dec 2020 13:45:23 -0500 Subject: [PATCH] Update main.lua --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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});