From 2ffb3cc641d71b1a26cf6842492d3b4650606c33 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 06 九月 2018 11:31:25 +0800
Subject: [PATCH] 1877 切换账号后,幼龙剧情表现异常
---
System/BossShow/ShowActor.cs | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/System/BossShow/ShowActor.cs b/System/BossShow/ShowActor.cs
index 7dc728d..cc15fe4 100644
--- a/System/BossShow/ShowActor.cs
+++ b/System/BossShow/ShowActor.cs
@@ -92,8 +92,18 @@
m_Animator.runtimeAnimatorController = controller;
m_Animator.SetInteger(GAStaticDefine.Param_ActorInstID, m_Instance);
if (m_Animator != null)
+ {
m_Animator.enabled = true;
- nextAction = GAStaticDefine.Act_Show;
+ nextAction = GAStaticDefine.Act_Show;
+ }
+ }
+ else
+ {
+ if (m_Animator != null)
+ {
+ m_Animator.enabled = true;
+ nextAction = 0;
+ }
}
if (actorShowModel.effect != 0)
--
Gitblit v1.8.0