Update UIModule.cs

This commit is contained in:
ALEXTANG
2023-04-11 16:43:17 +08:00
parent 50a6181718
commit 280bca87fb

View File

@@ -29,8 +29,6 @@ namespace TEngine
[SerializeField] private Camera m_UICamera = null;
[SerializeField] private string m_UIWindowHelperTypeName = "TEngine.DefaultUIWindowHelper";
private readonly List<UIWindow> _stack = new List<UIWindow>(100);
public const int WINDOW_DEEP = 100;