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,8 +143,9 @@ namespace TEngine.Runtime.UIModule
|
|||||||
|
|
||||||
m_destroyed = true;
|
m_destroyed = true;
|
||||||
|
|
||||||
OnDestroy();
|
|
||||||
DestroyAllChild();
|
DestroyAllChild();
|
||||||
|
|
||||||
|
OnDestroy();
|
||||||
|
|
||||||
if (m_parent != null)
|
if (m_parent != null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user