修复2048小程序自动重复器点不动

This commit is contained in:
MrZ626
2021-09-05 17:46:27 +08:00
parent 59356b9f28
commit 8c9fd45fcc

View File

@@ -277,7 +277,7 @@ local function playRep(n)
local move0=move
for i=1,#repeater.seq[n],3 do
autoPressing=true
scene.keyDown(arrows[repeater.seq[n]:sub(i,i+2)],true)
scene.keyDown(arrows[repeater.seq[n]:sub(i,i+2)])
autoPressing=false
end
if move~=move0 then