mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
框架支持Shudown不关闭游戏重启
框架支持Shudown不关闭游戏重启
This commit is contained in:
@@ -101,6 +101,10 @@ namespace TEngine
|
||||
_errorLogger = null;
|
||||
}
|
||||
CloseAll();
|
||||
if (m_InstanceRoot != null && m_InstanceRoot.parent != null)
|
||||
{
|
||||
Destroy(m_InstanceRoot.parent.gameObject);
|
||||
}
|
||||
}
|
||||
|
||||
#region 设置安全区域
|
||||
|
Reference in New Issue
Block a user