修复两个小程序按括号爆炸

This commit is contained in:
MrZ626
2021-09-26 19:55:02 +08:00
parent 242416a25d
commit 1533e0fe74
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ function scene.keyDown(key,isRep)
ct=60
end
elseif state==2 and #key==1 then
key=("qapl"):find(key)
key=("qapl"):find(key,nil,true)
if key then
--BEAUTIFUL LOGIC BELOW: