From 8c81100c8ff5d2e90dabcafbec59a5d45f9841c8 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 22 五月 2019 16:16:08 +0800
Subject: [PATCH] 382 战斗效果值实现

---
 Fight/GameActor/GActorPlayerBase.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Fight/GameActor/GActorPlayerBase.cs b/Fight/GameActor/GActorPlayerBase.cs
index acbf2e9..f05b804 100644
--- a/Fight/GameActor/GActorPlayerBase.cs
+++ b/Fight/GameActor/GActorPlayerBase.cs
@@ -1665,7 +1665,7 @@
             RuntimeAnimatorController _controller = null;
             if (m_LoadDefaultHorse)
             {
-                _controller = InstanceResourcesLoader.LoadDefaultMobAnimatorController_Horse();
+                _controller = AnimatorControllerLoader.LoadDefaultMobAnimatorController_Horse();
             }
             else
             {

--
Gitblit v1.8.0