From 72f94e2e0120db00113d0934d52151c436407c5a Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期六, 18 八月 2018 11:33:53 +0800
Subject: [PATCH] 1889 【前端】神兽地界及界面相关
---
Core/ResModule/AnimatorControllerLoader.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Core/ResModule/AnimatorControllerLoader.cs b/Core/ResModule/AnimatorControllerLoader.cs
index 63e84b8..6f3ea41 100644
--- a/Core/ResModule/AnimatorControllerLoader.cs
+++ b/Core/ResModule/AnimatorControllerLoader.cs
@@ -44,7 +44,7 @@
if (_animationClip == null)
{
- DesignDebug.LogErrorFormat("LoadAnimationClip.Load() => 鍔犺浇涓嶅埌璧勬簮: {0} => {1}.", name, clipName);
+ DebugEx.LogErrorFormat("LoadAnimationClip.Load() => 鍔犺浇涓嶅埌璧勬簮: {0} => {1}.", name, clipName);
}
return _animationClip;
@@ -90,7 +90,7 @@
if (_controller == null)
{
- DesignDebug.LogErrorFormat("AnimatorControllerLoader.Load() => 鍔犺浇涓嶅埌璧勬簮: {0}_{1}.", suffix, _name);
+ DebugEx.LogErrorFormat("AnimatorControllerLoader.Load() => 鍔犺浇涓嶅埌璧勬簮: {0}_{1}.", suffix, _name);
}
return _controller;
@@ -127,7 +127,7 @@
if (_controller == null)
{
- DesignDebug.LogErrorFormat("AnimatorControllerLoader.Load() => 鍔犺浇涓嶅埌璧勬簮: {0}.", _name);
+ DebugEx.LogErrorFormat("AnimatorControllerLoader.Load() => 鍔犺浇涓嶅埌璧勬簮: {0}.", _name);
}
return _controller;
--
Gitblit v1.8.0