修复退出对战房间时机不当
This commit is contained in:
@@ -76,7 +76,6 @@ function scene.keyDown(key)
|
|||||||
if key=="escape"then
|
if key=="escape"then
|
||||||
if TIME()-lastBackTime<1 then
|
if TIME()-lastBackTime<1 then
|
||||||
NET.signal_quit()
|
NET.signal_quit()
|
||||||
SCN.back()
|
|
||||||
else
|
else
|
||||||
lastBackTime=TIME()
|
lastBackTime=TIME()
|
||||||
LOG.print(text.sureQuit,COLOR.orange)
|
LOG.print(text.sureQuit,COLOR.orange)
|
||||||
|
|||||||
Reference in New Issue
Block a user