修复暂停不会松开虚拟按键的(动画,玩家逻辑上其实松开了) close #280

This commit is contained in:
MrZ626
2021-09-10 22:28:27 +08:00
parent 1994a615c2
commit 36ce09c4f1

View File

@@ -269,6 +269,9 @@ function pauseGame()
end
end
end
for i=1,20 do
VK.release(i)
end
if not(GAME.result or GAME.replaying)then
GAME.pauseCount=GAME.pauseCount+1
end