修复回放时可以按键

This commit is contained in:
MrZ626
2021-02-06 11:24:44 +08:00
parent 9991c782d4
commit d4b32a14b8

View File

@@ -107,6 +107,7 @@ function scene.keyDown(key)
local k=keyMap.keyboard[key]
if k then
if k>0 then
if noKey then return end
PLAYERS[1]:pressKey(k)
VK[k].isDown=true
VK[k].pressTime=10