Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/etternagame/etterna into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
nico-abram committed Oct 11, 2018
2 parents 10f5d13 + 5140c30 commit 5766643
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ local function DlInput(event)
elseif event.DeviceInput.button == "DeviceButton_delete" then
curInput = ""
changed = true
elseif event.DeviceInput.button == "DeviceButton_space" then
curInput = curInput .. " "
changed = true
else
if inputting == 2 or inputting == 3 or inputting == 4 or inputting == 5 then
if tonumber(event.char) ~= nil then
Expand Down

0 comments on commit 5766643

Please sign in to comment.