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/MainInterfacePanel/DialogueDuidanceWin.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/DialogueDuidanceWin.cs b/System/MainInterfacePanel/DialogueDuidanceWin.cs
index 3126124..88eefee 100644
--- a/System/MainInterfacePanel/DialogueDuidanceWin.cs
+++ b/System/MainInterfacePanel/DialogueDuidanceWin.cs
@@ -253,7 +253,7 @@
int playerJob = PlayerDatas.Instance.baseData.Job;
- UI3DModelExhibition.Instance.BeginShowPlayer(m_playerIcon, playerJob, true);
+ UI3DModelExhibition.Instance.ShowPlayer(m_playerIcon, playerJob, true);
m_PlayerNameText.text = PlayerDatas.Instance.baseData.PlayerName;
@@ -297,7 +297,7 @@
string npcIcon = configStoryMissions.NpcIcon[IsMultistage];
- UI3DModelExhibition.Instance.BeginShowNPC(npcId, npcConfig.UIModeLOffset, npcConfig.UIModelRotation, m_NPCIcon, false, true);
+ UI3DModelExhibition.Instance.ShowNPC(npcId, npcConfig.UIModeLOffset, npcConfig.UIModelRotation, m_NPCIcon, false, true);
}
typesPeaker = type;
}
--
Gitblit v1.8.0