From 791036b5612c0ae29c4e1e54a6c2211a5cc70e12 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 15 八月 2018 16:23:52 +0800
Subject: [PATCH] 2576【前端】全民冲榜单独在主界面显示

---
 Core/ResModule/ScriptableObjectLoader.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Core/ResModule/ScriptableObjectLoader.cs b/Core/ResModule/ScriptableObjectLoader.cs
index e0257cd..118e2f6 100644
--- a/Core/ResModule/ScriptableObjectLoader.cs
+++ b/Core/ResModule/ScriptableObjectLoader.cs
@@ -47,7 +47,7 @@
 
         if (_config == null)
         {
-            DesignDebug.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 鍔犺浇涓嶅埌璧勬簮: {0}.", mapID);
+            DebugEx.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 鍔犺浇涓嶅埌璧勬簮: {0}.", mapID);
         }
 
         return _config;
@@ -79,7 +79,7 @@
 
         if (_config == null)
         {
-            DesignDebug.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 鍔犺浇涓嶅埌璧勬簮: {0}.", raceId);
+            DebugEx.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 鍔犺浇涓嶅埌璧勬簮: {0}.", raceId);
         }
 
         return _config;

--
Gitblit v1.8.0