hch
1 天以前 1853d0c29d1ab65f9a06345a5f92eeb6c355921c
Main/Core/ResModule/GameObjectPoolManager.cs
@@ -346,7 +346,7 @@
        public HashSet<GameObject> m_ActiveHashSet = new HashSet<GameObject>();
        public Queue<GameObject> m_FreeQueue = null;
        private int Pool_FreeList_Warning_Threshold = 10;    //当空闲对象高于此值时,会进行日志输出提醒
        private int Pool_FreeList_Warning_Threshold = 50;    //当空闲对象高于此值时,会进行日志输出提醒
        Action<GameObject> releaseCallBack;