修复暂停界面点回放时没有向玩家发送录像数据 close #340
This commit is contained in:
@@ -150,6 +150,7 @@ function scene.keyDown(key,isRep)
|
|||||||
elseif key=="p"then
|
elseif key=="p"then
|
||||||
if(GAME.result or GAME.replaying)and #PLAYERS==1 then
|
if(GAME.result or GAME.replaying)and #PLAYERS==1 then
|
||||||
resetGameData('r')
|
resetGameData('r')
|
||||||
|
PLAYERS[1]:startStreaming(GAME.rep)
|
||||||
SCN.swapTo('game','none')
|
SCN.swapTo('game','none')
|
||||||
end
|
end
|
||||||
elseif key=="o"then
|
elseif key=="o"then
|
||||||
|
|||||||
Reference in New Issue
Block a user