From 3dad6d50845c4bbbee092e1a663ddba1e19fb068 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 21 九月 2018 14:21:46 +0800
Subject: [PATCH] 3335 维护3d角色模型展示类型。

---
 System/Dungeon/TrialDungeonEntranceWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Dungeon/TrialDungeonEntranceWin.cs b/System/Dungeon/TrialDungeonEntranceWin.cs
index 46c5446..8bb903b 100644
--- a/System/Dungeon/TrialDungeonEntranceWin.cs
+++ b/System/Dungeon/TrialDungeonEntranceWin.cs
@@ -151,7 +151,7 @@
         void DisplayBossInfo(int _npcId)
         {
             m_BossName.gameObject.SetActive(true);
-            UI3DModelExhibition.Instance.BeginShowNPC(_npcId, Vector3.zero, m_BossPortrayal);
+            UI3DModelExhibition.Instance.ShowNPC(_npcId, Vector3.zero, m_BossPortrayal);
             var npcConfig = Config.Instance.Get<NPCConfig>(_npcId);
             if (npcConfig != null)
             {

--
Gitblit v1.8.0