调整录像回放时逐帧按钮图标,修复按空格按钮状态未切换

This commit is contained in:
MrZ626
2021-08-06 00:14:43 +08:00
parent 8a740091b3
commit fa0848c8b2
2 changed files with 2 additions and 1 deletions

View File

@@ -153,6 +153,7 @@ function scene.keyDown(key,isRep)
else
if key=="space"then
if not isRep then replayRate=replayRate==0 and 1 or 0 end
updateRepButtons()
elseif key=="right"then
if replayRate==0 then
_step()