修改提交

dev_chengFeng
jiaoyangna 2021-03-13 17:37:59 +08:00
parent b63d62c7f1
commit f48ee539f6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ local update = function()
-- 临时退出游戏代码
if not AppConst.isSDK and Input.GetKeyDown(UnityEngine.KeyCode.Tab) then
SysPanel.ShowTwo(Language[11857], nil, function()
MsgPanel.ShowTwo(Language[11857], nil, function()
Game.Logout()
end)
end