summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2017-08-31 07:31:15 -0500
committerDavid McMackins II <contact@mcmackins.org>2017-08-31 07:31:15 -0500
commit959c05abc9e46eb78ea29cccb6bbbdbf74e89698 (patch)
tree02ca699f7e58e1129889321c9661c5866a043186
parent05b518fa5a081298a5d96735afe06c9f2ba7a64d (diff)
Make sure held keys will send repeat signals
-rw-r--r--main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index c3af13e..7957ab7 100644
--- a/main.lua
+++ b/main.lua
@@ -40,6 +40,7 @@ require 'state'
function love.load()
love.graphics.setBackgroundColor(255, 255, 255)
+ love.keyboard.setKeyRepeat(true)
setstate(MainMenuState())
end