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