diff options
Diffstat (limited to 'run.lua')
-rw-r--r-- | run.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run.lua b/run.lua index 2dd159e..3a17225 100644 --- a/run.lua +++ b/run.lua @@ -15,6 +15,7 @@ end -- called only for real run function run.initialize(arg) + log_new('run') love.keyboard.setTextInput(true) -- bring up keyboard on touch screen love.keyboard.setKeyRepeat(true) |