From 99a3f198578f79b48bca1821554fb4b76270cd27 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 14 八月 2018 16:56:13 +0800
Subject: [PATCH] 2541  优化日志工具和bugly工具

---
 Utility/GameObjectPool.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Utility/GameObjectPool.cs b/Utility/GameObjectPool.cs
index cab57d9..1f88464 100644
--- a/Utility/GameObjectPool.cs
+++ b/Utility/GameObjectPool.cs
@@ -48,7 +48,7 @@
         }
         else
         {
-            DesignDebug.LogWarningFormat("鎵�鍥炴敹鐨刧o瀵硅薄 {0} 骞朵笉鏄粠姹犻噷鍙栧緱鐨�...", gameObject.name);
+            DebugEx.LogWarningFormat("鎵�鍥炴敹鐨刧o瀵硅薄 {0} 骞朵笉鏄粠姹犻噷鍙栧緱鐨�...", gameObject.name);
         }
         m_FreeList.Add(gameObject);
        

--
Gitblit v1.8.0