Update UIManager.cs

This commit is contained in:
ALEXTANG
2022-05-31 20:36:47 +08:00
parent 48406271d0
commit c545df98f3

View File

@@ -130,6 +130,7 @@ namespace UI
m_tmpWindowList.Add(kv.Value);
}
m_tmpWindowListDirty = false;
itr.Dispose();
}
return m_tmpWindowList;
}