mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update UIModule.cs
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user