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