From 8895b84dc7fa45f11b4075d33dfb2d7bdb024405 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期二, 13 十一月 2018 17:44:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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