mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update UIWindowBase.cs
This commit is contained in:
@@ -143,8 +143,9 @@ namespace TEngine.Runtime.UIModule
|
||||
|
||||
m_destroyed = true;
|
||||
|
||||
OnDestroy();
|
||||
DestroyAllChild();
|
||||
|
||||
OnDestroy();
|
||||
|
||||
if (m_parent != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user